mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-12-02 20:28:03 +08:00
Repair dolphinscheduler-mysql.sql error sql. (#4780)
This commit is contained in:
parent
fef1a7ef21
commit
5025b5015f
@ -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');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user