This commit is contained in:
wangliwen 2022-06-23 11:48:28 +08:00
parent 35a87b2f3d
commit 6f394a3f99
2 changed files with 2 additions and 1 deletions

View File

@ -54,7 +54,7 @@ spring:
flyway:
enabled: true
validate-on-migrate: false
#
# 允许乱序执行
out-of-order: true
#上传的静态资源配置
resource:

View File

@ -0,0 +1 @@
ALTER TABLE `t_demand_comment` ADD COLUMN `del_flag` int(11) NULL COMMENT '删除标志:\r\n0:正常;\r\n1:已删除;\r\n2:待审核;\r\n3:审核中;\r\n9其他';