improve initTrackerUrl() 2

This commit is contained in:
xiaomlove
2025-10-31 20:07:58 +07:00
parent 46845ce6d7
commit 3924a542fb
2 changed files with 2 additions and 2 deletions

View File

@@ -364,7 +364,7 @@ class Update extends Install
}
if (!Schema::hasTable("tracker_urls")) {
$this->runMigrate("database/migrations/2025_06_19_194137_create_tracker_urls_table.php");
$this->initTrackerUrl();
$this->initTrackerUrl('update');
NexusDB::cache_del("nexus_plugin_store_all");
}
}