mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
Update run all activity log migration
This commit is contained in:
@@ -99,6 +99,8 @@ class Update extends Install
|
|||||||
* @since 1.10, must run first
|
* @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_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();
|
$toolRep = new ToolRepository();
|
||||||
$redis = NExusDB::redis();
|
$redis = NExusDB::redis();
|
||||||
|
|||||||
Reference in New Issue
Block a user