From fc19ee5e7ce992bd1560f8c5f29354d82f849ac2 Mon Sep 17 00:00:00 2001 From: xiaomlove <1939737565@qq.com> Date: Sat, 31 Jan 2026 00:34:34 +0700 Subject: [PATCH] Update run all activity log migration --- nexus/Install/Update.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nexus/Install/Update.php b/nexus/Install/Update.php index 43d5f063..fc66b077 100644 --- a/nexus/Install/Update.php +++ b/nexus/Install/Update.php @@ -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();