This is an automated email from the ASF dual-hosted git repository.
kirs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git
The following commit(s) were added to refs/heads/dev by this push:
new 5025b50 Repair dolphinscheduler-mysql.sql error sql. (#4780)
5025b50 is described below
commit 5025b5015f6fc6c9918d04434b2ce76832d1b627
Author: zhuangchong <[email protected]>
AuthorDate: Tue Feb 16 10:19:27 2021 +0800
Repair dolphinscheduler-mysql.sql error sql. (#4780)
---
sql/dolphinscheduler_mysql.sql | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sql/dolphinscheduler_mysql.sql b/sql/dolphinscheduler_mysql.sql
index 79964b7..2ce4156 100644
--- a/sql/dolphinscheduler_mysql.sql
+++ b/sql/dolphinscheduler_mysql.sql
@@ -811,7 +811,7 @@ VALUES ('1', '1.3.0');
-- ----------------------------
-- Records of t_ds_alertgroup
-- ----------------------------
-INSERT INTO `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');