You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ca...@apache.org on 2022/09/26 07:22:01 UTC

[dolphinscheduler] branch dev updated (cf5a8894e2 -> 151c2d2c70)

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

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


    from cf5a8894e2 [BUG][BE-12113]fix htrace dependency conflicts (#12126)
     add 151c2d2c70 fix upgrade sql (#12141)

No new revisions were added by this update.

Summary of changes:
 .../3.1.0_schema/mysql/dolphinscheduler_ddl.sql    | 37 ++++++++++++++
 .../postgresql/dolphinscheduler_ddl.sql            |  6 ++-
 .../3.1.1_schema/mysql/dolphinscheduler_ddl.sql    | 52 --------------------
 .../3.1.1_schema/mysql/dolphinscheduler_dml.sql    | 16 -------
 .../postgresql/dolphinscheduler_ddl.sql            | 56 ----------------------
 .../postgresql/dolphinscheduler_dml.sql            | 30 ------------
 6 files changed, 41 insertions(+), 156 deletions(-)
 delete mode 100644 dolphinscheduler-dao/src/main/resources/sql/upgrade/3.1.1_schema/mysql/dolphinscheduler_ddl.sql
 delete mode 100644 dolphinscheduler-dao/src/main/resources/sql/upgrade/3.1.1_schema/mysql/dolphinscheduler_dml.sql
 delete mode 100644 dolphinscheduler-dao/src/main/resources/sql/upgrade/3.1.1_schema/postgresql/dolphinscheduler_ddl.sql
 delete mode 100644 dolphinscheduler-dao/src/main/resources/sql/upgrade/3.1.1_schema/postgresql/dolphinscheduler_dml.sql