Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SQL script update for 1.2.0 #2770

Merged
merged 5 commits into from
Aug 15, 2022
Merged

SQL script update for 1.2.0 #2770

merged 5 commits into from
Aug 15, 2022

Conversation

aiceflower
Copy link
Contributor

SQL script update for 1.2.0 #2765 release-note

@codecov
Copy link

codecov bot commented Aug 15, 2022

Codecov Report

Merging #2770 (0df26e8) into dev-1.2.0 (5d1959f) will decrease coverage by 0.01%.
The diff coverage is n/a.

@@               Coverage Diff               @@
##             dev-1.2.0    #2770      +/-   ##
===============================================
- Coverage        14.71%   14.69%   -0.02%     
+ Complexity        1163     1161       -2     
===============================================
  Files              740      740              
  Lines            23177    23177              
  Branches          3432     3432              
===============================================
- Hits              3410     3406       -4     
- Misses           19305    19308       +3     
- Partials           462      463       +1     
Impacted Files Coverage Δ
...s/scheduler/queue/fifoqueue/FIFOUserConsumer.scala 35.55% <0.00%> (-2.23%) ⬇️
...apache/linkis/scheduler/queue/LoopArrayQueue.scala 32.07% <0.00%> (-1.89%) ⬇️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

UPDATE `linkis_ps_dm_datasource_type_key` SET `name` = '密码(Password)', `name_en` = 'Password', `description` = '密码(Password)', `description_en` = 'Password' WHERE `key` = 'password';
UPDATE `linkis_ps_dm_datasource_type_key` SET `name` = '集群环境(Cluster env)', `name_en` = 'Cluster env', `description` = '集群环境(Cluster env)', `description_en` = 'Cluster env' WHERE `key` = 'envId';

UPDATE `linkis_ps_configuration_config_key` set `default_value` = 'com.mysql.jdbc.Driver (1.2.0后未关联默认值,建议填写)' WHERE `key` = 'wds.linkis.jdbc.driver';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just set default com.mysql.jdbc.Driver and desc in jdbc docs

@casionone casionone merged commit 0a1f9b8 into apache:dev-1.2.0 Aug 15, 2022
@aiceflower aiceflower deleted the dev-1.2.0-sql branch August 16, 2022 10:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants