Skip to content

Commit d4160f9

Browse files
authored
Add email column to users table in migration (#49)
1 parent 11543a5 commit d4160f9

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)