mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 15:32:48 +08:00
新增生成数据库迁移代码命令
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
|
||||
use app\common\command\admin\Version;
|
||||
use app\common\command\admin\ResetPassword;
|
||||
use app\common\command\curd\Migrate;
|
||||
use app\common\command\Timer;
|
||||
|
||||
return [
|
||||
@@ -15,6 +16,7 @@ return [
|
||||
'OssStatic' => 'app\common\command\OssStatic',
|
||||
ResetPassword::class,
|
||||
Timer::class,
|
||||
Version::class
|
||||
Version::class,
|
||||
Migrate::class
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user