mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 15:32:48 +08:00
增加数据库的文件字段数据迁移
This commit is contained in:
14
app/common/command/admin/MigrateFileData.php
Normal file
14
app/common/command/admin/MigrateFileData.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace app\common\command\admin;
|
||||
|
||||
use base\common\command\admin\MigrateFileDataBase;
|
||||
|
||||
class MigrateFileData extends MigrateFileDataBase
|
||||
{
|
||||
protected $fromDomain = [];
|
||||
|
||||
protected $toDomain = 'https://admin.demo.ulthon.com';
|
||||
}
|
||||
Reference in New Issue
Block a user