mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 05:00:49 +08:00
improve initTrackerUrl() 2
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user