Skip to content

Commit 4a54650

Browse files
committed
fix issue with email being too large on generated emails
1 parent 01e0275 commit 4a54650

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
ALTER TABLE "users"
2+
ALTER COLUMN email TYPE VARCHAR(255),
3+
ALTER COLUMN email SET NOT NULL;

0 commit comments

Comments
 (0)