Update run all activity log migration

This commit is contained in:
xiaomlove
2026-01-31 00:34:34 +07:00
parent 4e9e4ae143
commit fc19ee5e7c

View File

@@ -99,6 +99,8 @@ class Update extends Install
* @since 1.10, must run first
*/
$this->runMigrate('database/migrations/2025_10_05_030400_create_activity_log_table.php');
$this->runMigrate('database/migrations/2025_10_05_030401_add_event_column_to_activity_log_table.php');
$this->runMigrate('database/migrations/2025_10_05_030402_add_batch_uuid_column_to_activity_log_table.php');
$toolRep = new ToolRepository();
$redis = NExusDB::redis();