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

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


    from cc9e5d5  Add:Name verification remove the first and last spaces. 
(#5574)
     add 87604b7  [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)

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.4.0_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.4.0_schema => 
1.3.7_schema}/postgresql/dolphinscheduler_dml.sql (100%)

Reply via email to