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 053992e30c
commit 2fba9080d6

View File

@ -1,5 +1,4 @@
-- Add migration script here -- Add migration script here
ALTER TABLE
users ALTER TABLE users
ADD ADD COLUMN language Text NOT NULL DEFAULT "en";
COLUMN language Text NOT NULL DEFAULT "en";