Skip to content

Commit 48bfd97

Browse files
ddwolf715feng.duxjs1983boy
authored
补充初始化脚本init.sql中缺失的数据语句 (#1172)
字典表dict中缺失了spark_version 3.2 的相关集群配置的数据,语句来自脚本文件 1.5_increment.sql --------- Co-authored-by: feng.du <[email protected]> Co-authored-by: xjs1983boy <[email protected]>
1 parent a6f905b commit 48bfd97

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: sql/init.sql

+4
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)