This website requires JavaScript.
Explore
Help
Register
Sign In
gsathecat
/
lemmy
mirror of
https://github.com/LemmyNet/lemmy.git
Watch
1
Star
0
Fork
You've already forked lemmy
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
add_dependabot
lemmy
/
migrations
/
2019-12-09-060754_add_lang
/
up.sql
4 lines
79 B
SQL
Raw
Permalink
Blame
History
ALTER
TABLE
user_
ADD
COLUMN
lang
varchar
(
20
)
DEFAULT
'
browser
'
NOT
NULL
;
Reference in New Issue
View Git Blame
Copy Permalink