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

[incubator-linkis] branch dev-1.2.0 updated: Update linkis_ddl.sql (#2507)

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

casion pushed a commit to branch dev-1.2.0
in repository https://gitbox.apache.org/repos/asf/incubator-linkis.git


The following commit(s) were added to refs/heads/dev-1.2.0 by this push:
     new 6ffcc0ea9 Update linkis_ddl.sql (#2507)
6ffcc0ea9 is described below

commit 6ffcc0ea9f40c96d9a7199a53347bfd31432ce17
Author: ruY <43...@users.noreply.github.com>
AuthorDate: Fri Jul 22 17:45:24 2022 +0800

    Update linkis_ddl.sql (#2507)
    
    fix: upgrade 1.1.1 ddl,miss engine=innodb default charset=utf8 statement
---
 linkis-dist/package/db/upgrade/1.1.1_schema/mysql/linkis_ddl.sql | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/linkis-dist/package/db/upgrade/1.1.1_schema/mysql/linkis_ddl.sql b/linkis-dist/package/db/upgrade/1.1.1_schema/mysql/linkis_ddl.sql
index 3b2bcb833..6d71fb642 100644
--- a/linkis-dist/package/db/upgrade/1.1.1_schema/mysql/linkis_ddl.sql
+++ b/linkis-dist/package/db/upgrade/1.1.1_schema/mysql/linkis_ddl.sql
@@ -70,7 +70,7 @@ CREATE TABLE linkis_cg_rm_resource_action_record (
   `create_time` datetime DEFAULT CURRENT_TIMESTAMP,
   PRIMARY KEY (`id`),
   UNIQUE KEY `label_value_ticket_id` (`label_value`, `ticket_id`)
-)
+) ENGINE=InnoDB DEFAULT CHARSET=utf8;
 
 -- ----------------------------
 -- Table structure for linkis_mg_gateway_auth_token


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org