Skip to content

Commit 65402b1

Browse files
authored
migration: users table with email and phone (#215)
1 parent 3cf1d36 commit 65402b1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
ALTER TABLE users
2+
ADD COLUMN IF NOT EXISTS phone_number TEXT,
3+
ADD COLUMN IF NOT EXISTS primary_email TEXT;

0 commit comments

Comments
 (0)