Archived
1
0
This repository has been archived on 2025-01-25. You can view files and clone it, but cannot push or open issues or pull requests.
Pslink/migrations/20210330103013_addinglanguage.sql
Dietrich 2fba9080d6 Revert "format migration"
as migrations store a hash it is not possible to change the
migrationfiles afterwards.

This reverts commit fdcc89ec1fd7ef84e4835b98a28985fd826aaa5a.
2021-04-01 10:00:16 +02:00

4 lines
96 B
SQL

-- Add migration script here
ALTER TABLE users
ADD COLUMN language Text NOT NULL DEFAULT "en";