Dietrich
2bad759547
as migrations store a hash it is not possible to change the
migrationfiles afterwards.
This reverts commit fdcc89ec1f
.
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"; |