diff --git a/report-core/src/main/resources/db/migration/V1.0.3__update_table.sql b/report-core/src/main/resources/db/migration/V1.0.3__update_table.sql new file mode 100644 index 00000000..c3d9e19b --- /dev/null +++ b/report-core/src/main/resources/db/migration/V1.0.3__update_table.sql @@ -0,0 +1,4 @@ +/* +字典更新 +*/ +INSERT INTO `aj_report`.`gaea_dict_item`(`dict_code`, `item_name`, `item_value`, `item_extend`, `enabled`, `locale`, `remark`, `sort`, `create_by`, `create_time`, `update_by`, `update_time`, `version`) VALUES ('CHART_PROPERTIES', '文本数字', 'text', NULL, 1, 'zh', NULL, 10, 'admin', now(), 'admin', now(), 1);