Revert "format migration"
as migrations store a hash it is not possible to change the
migrationfiles afterwards.
This reverts commit fdcc89ec1f
.
This commit is contained in:
parent
fdcc89ec1f
commit
2bad759547
@ -1,5 +1,4 @@
|
||||
-- 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