mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-06 18:12:50 +08:00
增加数据库的文件字段数据迁移
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
namespace think;
|
||||
|
||||
use app\common\command\admin\MigrateFileData;
|
||||
use app\common\command\Test;
|
||||
use app\common\event\AdminLoginSuccess\LogEvent;
|
||||
use app\common\event\AdminLoginType\DemoEvent;
|
||||
@@ -50,6 +51,7 @@ class UlthonAdminService extends Service
|
||||
// 绑定命令行
|
||||
$this->commands([
|
||||
Test::class,
|
||||
MigrateFileData::class
|
||||
]);
|
||||
|
||||
// 绑定标识容器
|
||||
|
||||
Reference in New Issue
Block a user