Skip to content

Commit f658898

Browse files
author
feng.du
committed
补充缺失的初始化数据语句,语句来自脚本文件 1.5_increment.sql
1 parent b9b2c74 commit f658898

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sql/init.sql

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1832,6 +1832,10 @@ INSERT INTO dict (dict_code, dict_name, dict_value, dict_desc, type, sort, data_
18321832
gmt_create, gmt_modified, is_deleted)
18331833
VALUES ('component_datasource_mapping', '3', '80', null, 18, 1, 'STRING', 'TDH 6.x', 0, '2023-04-01 10:19:00',
18341834
'2023-04-01 10:19:00', 0);
1835+
INSERT INTO dict (dict_code, dict_name, dict_value, dict_desc, type, sort, data_type, depend_name, is_default,
1836+
gmt_create, gmt_modified, is_deleted)
1837+
VALUES ('spark_version', '3.2', '320', null, 2, 1, 'INTEGER', '', 1, now(),now(), 0);
1838+
18351839
COMMIT;
18361840

18371841
-- ----------------------------

0 commit comments

Comments
 (0)