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

zhongjiajie pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new 6ece028  feat: Unify mysql insert value queto (#8502)
6ece028 is described below

commit 6ece0283dfcd888a329d45a8240db9d4a6c55424
Author: jegger <[email protected]>
AuthorDate: Thu Feb 24 11:09:54 2022 +0800

    feat: Unify mysql insert value queto (#8502)
---
 dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_mysql.sql | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_mysql.sql 
b/dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_mysql.sql
index cde9a55..bfc6c79 100644
--- a/dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_mysql.sql
+++ b/dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_mysql.sql
@@ -961,7 +961,7 @@ INSERT INTO `t_ds_version` VALUES ('1', '2.0.2');
 -- Records of t_ds_alertgroup
 -- ----------------------------
 INSERT INTO `t_ds_alertgroup`(alert_instance_ids, create_user_id, group_name, 
description, create_time, update_time)
-VALUES ("1,2", 1, 'default admin warning group', 'default admin warning 
group', '2018-11-29 10:20:39', '2018-11-29 10:20:39');
+VALUES ('1,2', 1, 'default admin warning group', 'default admin warning 
group', '2018-11-29 10:20:39', '2018-11-29 10:20:39');
 
 -- ----------------------------
 -- Records of t_ds_user

Reply via email to