fix some upgrade issue

This commit is contained in:
xiaomlove
2026-01-31 00:08:23 +07:00
parent e12cd0fab9
commit 4e9e4ae143
6 changed files with 93 additions and 79 deletions
+5
View File
@@ -95,6 +95,11 @@ class Update extends Install
public function runExtraQueries()
{
/**
* @since 1.10, must run first
*/
$this->runMigrate('database/migrations/2025_10_05_030400_create_activity_log_table.php');
$toolRep = new ToolRepository();
$redis = NExusDB::redis();
/**