Skip to content

Commit

Permalink
remove concurrently statement (#1022)
Browse files Browse the repository at this point in the history
  • Loading branch information
jschwarz2030 authored Mar 22, 2023
1 parent 69aae64 commit f094828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/evolutions/default/48.sql
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ WHERE
AND a.challenge_id = b.challenge_id;;

-- Add unique constraint.
CREATE UNIQUE INDEX CONCURRENTLY virtual_project_challenges_projects
CREATE UNIQUE INDEX virtual_project_challenges_projects
ON virtual_project_challenges (project_id, challenge_id);;

ALTER TABLE virtual_project_challenges DROP CONSTRAINT
Expand Down

0 comments on commit f094828

Please sign in to comment.