From 57ea6700e45841e490c40fbd5ae2d6bb6b5ae3fb Mon Sep 17 00:00:00 2001 From: qianming Date: Wed, 14 Jul 2021 16:05:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E6=9C=AC=E6=95=B0=E6=8D=AE=E5=AD=97?= =?UTF-8?q?=E5=85=B8=E6=96=B0=E5=A2=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/db/migration/V1.0.3__update_table.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 report-core/src/main/resources/db/migration/V1.0.3__update_table.sql 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);