You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ki...@apache.org on 2021/07/28 01:25:21 UTC

[dolphinscheduler] branch 1.3.7-prepare updated (8a26e5b -> 37d71e7)

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

kirs pushed a change to branch 1.3.7-prepare
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git.


    from 8a26e5b  [1.3.7-prepare#5468][Improvement][Common] Fix obtaining IP is incorrect (#5843)
     add 37d71e7  [1.3.7-prepare][Fix-5581][SQL] Specific key was too long, max key length is 767 bytes for varchar(256) in some mysql with innodb_large_prefix=OFF #5582 (#5900)

No new revisions were added by this update.

Summary of changes:
 sql/dolphinscheduler_mysql.sql                     |  12 +--
 sql/dolphinscheduler_postgre.sql                   |  10 +-
 .../1.3.6_schema/mysql/dolphinscheduler_ddl.sql    |   2 +-
 .../postgresql/dolphinscheduler_ddl.sql            |   2 +-
 .../1.3.7_schema/mysql/dolphinscheduler_ddl.sql    | 119 +++++++++++++++++++++
 .../mysql}/dolphinscheduler_dml.sql                |   0
 .../postgresql/dolphinscheduler_ddl.sql            | 106 ++++++++++++++++++
 .../postgresql/dolphinscheduler_dml.sql            |   0
 8 files changed, 238 insertions(+), 13 deletions(-)
 create mode 100644 sql/upgrade/1.3.7_schema/mysql/dolphinscheduler_ddl.sql
 copy sql/upgrade/{1.3.6_schema/postgresql => 1.3.7_schema/mysql}/dolphinscheduler_dml.sql (100%)
 create mode 100644 sql/upgrade/1.3.7_schema/postgresql/dolphinscheduler_ddl.sql
 copy sql/upgrade/{1.3.6_schema => 1.3.7_schema}/postgresql/dolphinscheduler_dml.sql (100%)