mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +08:00
fix some upgrade issue
This commit is contained in:
@@ -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();
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user