mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-21 08:02:26 +00:00
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:
@@ -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;
|
||||
Reference in New Issue
Block a user