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();