You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2021/02/15 13:31:19 UTC

[GitHub] [incubator-dolphinscheduler] zhuangchong commented on a change in pull request #4774: Revert [Fix-4760][api][Repair dolphinscheduler-postgre.sql error sql] (#4763)

zhuangchong commented on a change in pull request #4774:
URL: https://github.com/apache/incubator-dolphinscheduler/pull/4774#discussion_r576193391



##########
File path: sql/dolphinscheduler-postgre.sql
##########
@@ -769,7 +769,8 @@ VALUES ('admin', '7ad2410b2f4c074479a8937a28a22b8f', '0', 'xxx@qq.com', '', '0',
 
 -- Records of t_ds_alertgroup,dolphinscheduler warning group
 INSERT INTO t_ds_alertgroup(id,alert_instance_ids, create_user_id, group_name, description, create_time, update_time)
-VALUES (1,'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, '1,2','dolphinscheduler warning group', 'dolphinscheduler warning group', '2018-11-29 10:20:39',
+        '2018-11-29 10:20:39');

Review comment:
       It should be modified in this way
   
   ```
   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');
   ```




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org