This website requires JavaScript.
Explore
Help
Sign In
dietrich
/
Pslink
Watch
1
Star
0
Fork
0
You've already forked Pslink
Code
Issues
2
Pull Requests
Projects
Releases
1
Activity
dbb41d2691
Pslink
/
pslink
/
migrations
/
20210330103013_addinglanguage.sql
4 lines
96 B
MySQL
Raw
Normal View
History
Unescape
Escape
initial translatability
2021-03-30 13:18:13 +02:00
-- Add migration script here
Revert "format migration" as migrations store a hash it is not possible to change the migrationfiles afterwards. This reverts commit fdcc89ec1fd7ef84e4835b98a28985fd826aaa5a.
2021-04-01 09:47:30 +02:00
ALTER
TABLE
users
ADD
COLUMN
language
Text
NOT
NULL
DEFAULT
"
en
"
;
Reference in New Issue
Copy Permalink