as migrations store a hash it is not possible to change the migrationfiles afterwards. This reverts commit fdcc89ec1fd7ef84e4835b98a28985fd826aaa5a.
4 lines
96 B
SQL
4 lines
96 B
SQL
-- Add migration script here
|
|
|
|
ALTER TABLE users
|
|
ADD COLUMN language Text NOT NULL DEFAULT "en"; |