Compare commits

...

3 Commits

Author SHA1 Message Date
HugoCasa
50b30c6dbe Merge remote-tracking branch 'origin/main' into hc/fix-email-constraint 2024-05-15 14:45:39 +02:00
HugoCasa
a8373e3a2d fix: remove email constraint 2024-05-15 14:42:03 +02:00
HugoCasa
a1c9a8ad9b fix(backend): allow underscore in email domain name 2024-05-15 14:08:58 +02:00
2 changed files with 4 additions and 0 deletions

View File

@@ -0,0 +1 @@
-- Add down migration script here

View File

@@ -0,0 +1,3 @@
-- Add up migration script here
ALTER TABLE usr DROP CONSTRAINT proper_email;
ALTER TABLE workspace_invite DROP CONSTRAINT proper_email;