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

[dolphinscheduler] branch dev updated (af39ae3 -> f6e2a2c)

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

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


    from af39ae3  [Feature][UI Next] Improve modal component, add link function (#8426)
     add f6e2a2c  [Fix-8296][API] Update process definition error (#8408)

No new revisions were added by this update.

Summary of changes:
 .../mysql/dolphinscheduler_ddl.sql                 |  2 +-
 .../2.0.4_schema/mysql/dolphinscheduler_dml.sql    | 96 ++++++++++++++++++++++
 .../postgresql}/dolphinscheduler_ddl.sql           |  2 +-
 .../postgresql/dolphinscheduler_dml.sql            | 96 ++++++++++++++++++++++
 4 files changed, 194 insertions(+), 2 deletions(-)
 copy dolphinscheduler-dao/src/main/resources/sql/upgrade/{1.3.2_schema => 2.0.4_schema}/mysql/dolphinscheduler_ddl.sql (99%)
 create mode 100644 dolphinscheduler-dao/src/main/resources/sql/upgrade/2.0.4_schema/mysql/dolphinscheduler_dml.sql
 copy dolphinscheduler-dao/src/main/resources/sql/upgrade/{1.3.2_schema/mysql => 2.0.4_schema/postgresql}/dolphinscheduler_ddl.sql (99%)
 create mode 100644 dolphinscheduler-dao/src/main/resources/sql/upgrade/2.0.4_schema/postgresql/dolphinscheduler_dml.sql