You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@linkis.apache.org by pe...@apache.org on 2022/06/12 13:22:52 UTC

[incubator-linkis] branch dev-1.2.0 updated: [Bugfix][Install] fix ddl sql bug (#2269)

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

peacewong 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 406e84a35 [Bugfix][Install] fix ddl sql bug (#2269)
406e84a35 is described below

commit 406e84a350fd09009d33af47c3f6b7dde46295ed
Author: legendtkl <ta...@gmail.com>
AuthorDate: Sun Jun 12 21:22:48 2022 +0800

    [Bugfix][Install] fix ddl sql bug (#2269)
---
 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