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

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


The following commit(s) were added to refs/heads/dev-1.3.2 by this push:
     new b2d12d712 Optimize ddl sql prompt (#4227)
b2d12d712 is described below

commit b2d12d7124e3a19195114882e0418c579e16c977
Author: huangKai-2323 <[email protected]>
AuthorDate: Mon Feb 20 11:52:31 2023 +0800

    Optimize ddl sql prompt (#4227)
---
 linkis-dist/package/db/linkis_ddl.sql | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/linkis-dist/package/db/linkis_ddl.sql 
b/linkis-dist/package/db/linkis_ddl.sql
index 8143bc6fe..b4f48dfe1 100644
--- a/linkis-dist/package/db/linkis_ddl.sql
+++ b/linkis-dist/package/db/linkis_ddl.sql
@@ -106,7 +106,7 @@ CREATE TABLE `linkis_ps_job_history_group_history` (
   `engine_type` varchar(32) DEFAULT NULL COMMENT 'Engine type',
   `execution_code` text DEFAULT NULL COMMENT 'Job origin code or code path',
   `result_location` varchar(500) DEFAULT NULL COMMENT 'File path of the 
resultsets',
-  `observe_info` varchar(500) DEFAULT NULL COMMENT 'Click the notification 
information',
+  `observe_info` varchar(500) DEFAULT NULL COMMENT 'The notification 
information configuration of this job',
   PRIMARY KEY (`id`),
   KEY `idx_created_time` (`created_time`),
   KEY `idx_submit_user` (`submit_user`)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to