生成数据库迁移文件支持生成更新的迁移文件

This commit is contained in:
augushong
2024-10-15 13:49:23 +08:00
parent afd8b81712
commit b04321e380
3 changed files with 43 additions and 29 deletions

View File

@@ -12,14 +12,14 @@ use think\console\Output;
class VersionBase extends Command
{
public const VERSION = 'v2.0.107';
public const VERSION = 'v2.0.108';
public const PRODUCT_VERSION = '';
public const LAYUI_VERSION = '2.8.17';
public const COMMENT = [
'更新版本提示优先自定义的路径',
'生成数据库迁移文件支持生成更新的迁移文件',
'发布新版本',
];