SbloodyS commented on code in PR #9536: URL: https://github.com/apache/dolphinscheduler/pull/9536#discussion_r851857573
########## dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_postgresql.sql: ########## @@ -625,7 +625,8 @@ CREATE TABLE t_ds_relation_project_user ( perm int DEFAULT '1' , create_time timestamp DEFAULT NULL , update_time timestamp DEFAULT NULL , - PRIMARY KEY (id) + PRIMARY KEY (id), + UNIQUE KEY uniq_uid_pid(user_id,project_id) Review Comment: There are syntax error in ```postgresql```. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
