Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
witold.brzozowski committed Oct 22, 2024
1 parent ec8cb77 commit 9caa5cd
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DROP CONSTRAINT IF EXISTS users_mail_index;
DROP CONSTRAINT IF EXISTS users_mail_key;
DROP CONSTRAINT IF EXISTS users_principal_name_index;
DROP CONSTRAINT IF EXISTS users_principal_name_key;
DROP INDEX IF EXISTS users_mail_index;
DROP INDEX IF EXISTS users_mail_key;
DROP INDEX IF EXISTS users_principal_name_index;
DROP INDEX IF EXISTS users_principal_name_key;

0 comments on commit 9caa5cd

Please sign in to comment.