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:
Dietrich 2021-04-01 09:47:30 +02:00
parent fdcc89ec1f
commit 2bad759547

View File

@ -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";