Skip to content

Commit

Permalink
Drop AD name unique constraint (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
boavenn authored Oct 22, 2024
1 parent e7918f9 commit 9c84cef
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
ALTER TABLE users DROP CONSTRAINT users_ad_name_key;
DROP INDEX IF EXISTS users_ad_name_index;
DROP INDEX IF EXISTS users_ad_name_key;

0 comments on commit 9c84cef

Please sign in to comment.