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

zhongxjian pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-kubernetes.git


The following commit(s) were added to refs/heads/master by this push:
     new 6001dade [horus] fix sql.tpl (#395)
6001dade is described below

commit 6001dadefb2e25915dc88eaa9e1d97eb277cdead
Author: mfordjody <[email protected]>
AuthorDate: Sat Sep 28 08:51:03 2024 +0800

    [horus] fix sql.tpl (#395)
---
 app/horus/basic/db/sql.tpl | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app/horus/basic/db/sql.tpl b/app/horus/basic/db/sql.tpl
index 111778e0..e431303f 100644
--- a/app/horus/basic/db/sql.tpl
+++ b/app/horus/basic/db/sql.tpl
@@ -43,9 +43,9 @@ CREATE TABLE `pod_data_info` (
                                  `restart` int DEFAULT NULL COMMENT '重启标志',
                                  `repair` int DEFAULT NULL COMMENT '修复标志',
                                  `repair_ticket_url` varchar(255) CHARACTER 
SET utf8mb3 COLLATE utf8mb3_general_ci DEFAULT NULL COMMENT '修复单跳转 URL',
-                                 `firstDate` datetime DEFAULT NULL COMMENT 
'最早开始维护时间',
-                                 `createTime` datetime DEFAULT 
CURRENT_TIMESTAMP COMMENT '创建时间',
-                                 `updateTime` datetime DEFAULT 
CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '更新时间',
+                                 `first_date` datetime DEFAULT NULL COMMENT 
'最早开始维护时间',
+                                 `create_time` datetime DEFAULT 
CURRENT_TIMESTAMP COMMENT '创建时间',
+                                 `update_time` datetime DEFAULT 
CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '更新时间',
                                  PRIMARY KEY (`id`) USING BTREE,
                                  UNIQUE KEY `idxUniqueName` (`pod_name`, 
`module_name`) USING BTREE
 ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb3 ROW_FORMAT=DYNAMIC;
\ No newline at end of file

Reply via email to