Merge pull request #7660 from dataease/pr@dev-v2@fix_flyway_conflict

fix: 2.3flyway冲突
This commit is contained in:
fit2cloud-chenyw 2024-01-16 16:26:43 +08:00 committed by GitHub
commit 207abf0f6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,4 +22,4 @@ ALTER TABLE `visualization_template`
ADD COLUMN `use_count` int NULL DEFAULT 0 COMMENT '使用次数';
update visualization_template set use_count = 0;
INSERT INTO `core_sys_setting` (`id`, `pkey`, `pval`, `type`, `sort`) VALUES (9, 'basic.frontTimeOut', '60', 'text', 1);