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 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to