Announce Log

This commit is contained in:
xiaomlove
2025-06-29 20:47:23 +07:00
parent 83cab0da09
commit 0e798355b4
31 changed files with 1105 additions and 44 deletions

View File

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