Skip to content

Commit

Permalink
Add missing key on team_id for projects
Browse files Browse the repository at this point in the history
  • Loading branch information
jesusfcr committed Apr 9, 2024
1 parent 6d217b8 commit 7224e49
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions db/sql/V1.2__project_team_key.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ALTER TABLE projects
ADD CONSTRAINT projects_team_id_key UNIQUE (team_id);

0 comments on commit 7224e49

Please sign in to comment.