[fix-13515][DAO] fix the problems of the sql upgradation script in 3.2.0 schema.#13516
[fix-13515][DAO] fix the problems of the sql upgradation script in 3.2.0 schema.#13516xxjingcd wants to merge 1 commit intoapache:devfrom
Conversation
…0 schema. This closes apache#13515
|
About the There is no |
Codecov Report
@@ Coverage Diff @@
## dev #13516 +/- ##
============================================
- Coverage 39.60% 39.59% -0.01%
+ Complexity 4355 4353 -2
============================================
Files 1097 1097
Lines 41161 41161
Branches 4715 4715
============================================
- Hits 16300 16298 -2
Misses 23048 23048
- Partials 1813 1815 +2
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
|
Kudos, SonarCloud Quality Gate passed! |
|
This pull request has been automatically marked as stale because it has not had recent activity for 120 days. It will be closed in 7 days if no further activity occurs. |
|
This pull request has been closed because it has not had recent activity. You could reopen it if you try to continue your work, and anyone who are interested in it are encouraged to continue work on this pull request. |








Purpose of the pull request
Fix the problems of the sql upgradation script in 3.2.0 schema.
This closes #13515
Brief change log
modify
dolphinscheduler_postgresql.sqlin3.2.0_schemadirectory, the brief change is as follow:DROPscript SQL. It is very dangerous to drop tables or drop columns in an upgradation script, because it may cause data loss in an existing database;t_ds_fav_task.task_name's upgradation sql. [Improvement][DAO] the name of task_name of table t_ds_fav_task need to change #12277Verify this pull request
3.1.xschema.dolphinscheduler_postgresql.sqlin3.2.0_schemadirectory;I have upgraded the DB from 3.1.4 schema to 3.2.0 schema, created the process, and ran the process to verify.