feat: 数据迁移命令
This commit is contained in:
@@ -5,5 +5,6 @@
|
||||
return [
|
||||
// 指令定义
|
||||
'commands' => [
|
||||
'data:migrate' => \app\command\DataMigration::class,
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user