mirror of
https://github.com/dataease/dataease.git
synced 2026-05-16 22:41:06 +08:00
refactor: 更新flyway
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
ALTER TABLE `visualization_outer_params_info`
|
||||
ADD COLUMN `required` tinyint(1) DEFAULT 0 COMMENT '是否必填',
|
||||
ADD COLUMN `default_value` longtext NULL COMMENT '默认值 JSON格式';
|
||||
update visualization_outer_params_info set required =0;
|
||||
@@ -0,0 +1,4 @@
|
||||
ALTER TABLE `visualization_outer_params_info`
|
||||
ADD COLUMN `required` tinyint(1) DEFAULT 0 COMMENT '是否必填',
|
||||
ADD COLUMN `default_value` longtext NULL COMMENT '默认值 JSON格式';
|
||||
update visualization_outer_params_info set required =0;
|
||||
Reference in New Issue
Block a user