Skip to content

Commit

Permalink
update pgsql
Browse files Browse the repository at this point in the history
  • Loading branch information
v-kkhuang committed Jan 10, 2024
1 parent 6023f24 commit c23ff9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linkis-dist/package/db/linkis_dml.sql
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ insert into `linkis_cg_manager_label` (`label_key`, `label_value`, `label_featur
-- Global Settings
insert into `linkis_ps_configuration_key_engine_relation` (`config_key_id`, `engine_type_label_id`)
(select config.id as `config_key_id`, label.id AS `engine_type_label_id` FROM linkis_ps_configuration_config_key config
INNER JOIN linkis_cg_manager_label label ON config.engine_conn_type is null and label.label_value = "*-*,*-*");
INNER JOIN linkis_cg_manager_label label ON config.engine_conn_type = "" and label.label_value = "*-*,*-*");

-- spark-2.4.3(Here choose to associate all spark type Key values with spark2.4.3)
insert into `linkis_ps_configuration_key_engine_relation` (`config_key_id`, `engine_type_label_id`)
Expand Down

0 comments on commit c23ff9f

Please sign in to comment.