fix(backend): remove email constraints from DB (#3739)

* fix(backend): allow underscore in email domain name

* fix: remove email constraint
This commit is contained in:
HugoCasa
2024-05-15 14:43:36 +02:00
committed by GitHub
parent c4159f2286
commit cdeee7ca0b
2 changed files with 4 additions and 0 deletions
@@ -0,0 +1 @@
-- Add down migration script here
@@ -0,0 +1,3 @@
-- Add up migration script here
ALTER TABLE usr DROP CONSTRAINT proper_email;
ALTER TABLE workspace_invite DROP CONSTRAINT proper_email;