diff --git a/extend/base/admin/service/adminUpdateData/tips.php b/extend/base/admin/service/adminUpdateData/tips.php index dd0989e..abebdcc 100644 --- a/extend/base/admin/service/adminUpdateData/tips.php +++ b/extend/base/admin/service/adminUpdateData/tips.php @@ -55,4 +55,11 @@ return [ '本版本之后,修改了上述表格结构的安装文件,无需手动处理。', ], ], + [ + 'version' => 'v2.0.120', + 'desc' => [ + '本次更新增加了定时任务执行节点自动注册,需要运行以下命令更新表结构:', + 'php think migrate:run', + ], + ], ];