format migration
This commit is contained in:
parent
dd759923f0
commit
fdcc89ec1f
@ -1,4 +1,5 @@
|
||||
-- Add migration script here
|
||||
|
||||
ALTER TABLE users
|
||||
ADD COLUMN language Text NOT NULL DEFAULT "en";
|
||||
ALTER TABLE
|
||||
users
|
||||
ADD
|
||||
COLUMN language Text NOT NULL DEFAULT "en";
|
Loading…
Reference in New Issue
Block a user