Skip to content

Commit 630b863

Browse files
authored
Add email column to users table in migration
1 parent 11543a5 commit 630b863

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

migrations-semver/1.14.0_email.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ALTER TABLE IF EXISTS users ADD COLUMN IF NOT EXISTS email VARCHAR(255) NOT NULL DEFAULT '';

0 commit comments

Comments
 (0)