You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by zi...@apache.org on 2022/10/11 02:20:13 UTC

[dolphinscheduler] branch dev updated (e1ac0e2605 -> 98a8b5383e)

This is an automated email from the ASF dual-hosted git repository.

zihaoxiang pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


    from e1ac0e2605 [python] Add new resource plugin: gitlab, OSS and S3 (#12025)
     add 98a8b5383e [ fix: #11590 ][upgrade] Fix the bugs when I upgrade ds from v1.3.9 to v3.0.0 ,such as file cannot be found or column not found etc (#11619)

No new revisions were added by this update.

Summary of changes:
 .../2.0.0_schema/mysql/dolphinscheduler_ddl.sql    |  6 ++++-
 .../mysql/dolphinscheduler_ddl_post.sql}           | 26 ++++++++--------------
 .../mysql/dolphinscheduler_dml.sql                 |  0
 .../postgresql/dolphinscheduler_ddl_post.sql       | 18 +++++++++------
 .../postgresql}/dolphinscheduler_dml.sql           |  0
 .../mysql/dolphinscheduler_dml.sql                 |  0
 .../postgresql}/dolphinscheduler_dml.sql           |  0
 .../3.0.0_schema/mysql/dolphinscheduler_ddl.sql    |  2 +-
 8 files changed, 26 insertions(+), 26 deletions(-)
 copy dolphinscheduler-dao/src/main/resources/sql/upgrade/{1.3.3_schema/postgresql/dolphinscheduler_ddl.sql => 2.0.0_schema/mysql/dolphinscheduler_ddl_post.sql} (58%)
 copy dolphinscheduler-dao/src/main/resources/sql/upgrade/{1.0.1_schema => 2.0.0_schema}/mysql/dolphinscheduler_dml.sql (100%)
 copy dolphinscheduler-task-plugin/dolphinscheduler-task-http/src/main/java/org/apache/dolphinscheduler/plugin/task/http/HttpTaskConstants.java => dolphinscheduler-dao/src/main/resources/sql/upgrade/2.0.0_schema/postgresql/dolphinscheduler_ddl_post.sql (54%)
 copy dolphinscheduler-dao/src/main/resources/sql/upgrade/{1.0.1_schema/mysql => 2.0.0_schema/postgresql}/dolphinscheduler_dml.sql (100%)
 copy dolphinscheduler-dao/src/main/resources/sql/upgrade/{2.0.6_schema => 2.0.1_schema}/mysql/dolphinscheduler_dml.sql (100%)
 copy dolphinscheduler-dao/src/main/resources/sql/upgrade/{2.0.6_schema/mysql => 2.0.1_schema/postgresql}/dolphinscheduler_dml.sql (100%)