Skip to content

Commit

Permalink
avniproject/avni-webapp#1289 | enhancement: added constraint for user…
Browse files Browse the repository at this point in the history
…name suffix and schema
  • Loading branch information
vedfordev committed Dec 23, 2024
1 parent 9b014a7 commit 1901bdf
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ALTER TABLE organisation ADD CONSTRAINT organisation_username_suffix_key UNIQUE (username_suffix);
ALTER TABLE organisation ADD CONSTRAINT organisation_schema_name_key UNIQUE (schema_name);

0 comments on commit 1901bdf

Please sign in to comment.