build: 初始化1.20.10flyway

This commit is contained in:
CaptainB 2022-07-12 10:58:44 +08:00 committed by 刘瑞斌
parent fd453800fe
commit e34c068325
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
-- 初始化 sql
-- V122_2-1-0_swagger_url_project
ALTER TABLE swagger_url_project ADD COLUMN cover_module TINYINT(1) DEFAULT 0 COMMENT '是否覆盖模块';
update swagger_url_project set mode_id='incrementalMerge' where mode_id='不覆盖';