Merge branch 'master' into docker_package

This commit is contained in:
wangliwen 2022-10-29 15:14:43 +08:00
commit 48abe30209
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
ALTER TABLE `sys_dict_data`
MODIFY COLUMN `status` int NULL DEFAULT 1 COMMENT '启用状态(0未启用 1启用)' AFTER `update_date`;
ADD COLUMN `status` int NULL DEFAULT 1 COMMENT '启用状态(0未启用 1启用)' AFTER `update_date`;
ALTER TABLE `sys_dict_type`
MODIFY COLUMN `status` int NULL DEFAULT 1 COMMENT '启用状态(0未启用 1启用)' AFTER `update_date`;
ADD COLUMN `status` int NULL DEFAULT 1 COMMENT '启用状态(0未启用 1启用)' AFTER `update_date`;