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/06/13 06:16:15 UTC

[incubator-linkis] branch dev-1.1.3 updated: fix ddl bug (#2271)

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

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


The following commit(s) were added to refs/heads/dev-1.1.3 by this push:
     new e4b8627c5 fix ddl bug (#2271)
e4b8627c5 is described below

commit e4b8627c5bf713c2ab9875ca238c4547997f6858
Author: peacewong <wp...@gmail.com>
AuthorDate: Mon Jun 13 14:16:10 2022 +0800

    fix ddl bug (#2271)
---
 db/linkis_ddl.sql | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/db/linkis_ddl.sql b/db/linkis_ddl.sql
index 1e12b25a7..d73b9df1d 100644
--- a/db/linkis_ddl.sql
+++ b/db/linkis_ddl.sql
@@ -413,7 +413,7 @@ CREATE TABLE `linkis_ps_cs_context_history` (
   `update_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT 'update unix timestamp',
   `create_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT 'create time',
   `access_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT 'last access time',
-  KEY `keyword` (`keyword`(191)),
+  KEY `keyword` (`keyword`(191))
 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
 
 -- ----------------------------


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