last_query() default return json string

This commit is contained in:
xiaomlove
2025-09-23 11:27:30 +07:00
parent ba1cc0f2bd
commit 38688178b6
2 changed files with 10 additions and 9 deletions

View File

@@ -379,12 +379,6 @@ class Update extends Install
TrackerUrl::saveUrlCache();
NexusDB::cache_del("nexus_plugin_store_all");
}
/**
* @since 1.9.7
*/
if (env("CLICKHOUSE_HOST")) {
Artisan::call("clickhouse:migrate");
}
}
public function runExtraMigrate()