Revert "format migration"
as migrations store a hash it is not possible to change the migrationfiles afterwards. This reverts commit fdcc89ec1fd7ef84e4835b98a28985fd826aaa5a.
This commit is contained in:
parent
053992e30c
commit
2fba9080d6
@ -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";
|
Reference in New Issue
Block a user