leiwingqueen commented on code in PR #9536: URL: https://github.com/apache/dolphinscheduler/pull/9536#discussion_r851860931
########## dolphinscheduler-dao/src/main/resources/sql/upgrade/2.0.6_schema/postgresql/dolphinscheduler_ddl.sql: ########## @@ -45,4 +45,7 @@ $BODY$; select dolphin_update_metadata(); -d// \ No newline at end of file +d// + +-- add unique key to t_ds_relation_project_user +ALTER TABLE t_ds_relation_project_user ADD UNIQUE KEY uniq_uid_pid(user_id,project_id); Review Comment: thanks,I try to fix it -- 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]
