mirror of
https://github.com/friendica/friendica
synced 2025-04-27 06:30:12 +00:00
user language storage
This commit is contained in:
parent
4b356e59ec
commit
b500da74b6
3 changed files with 5 additions and 3 deletions
|
@ -366,6 +366,7 @@ CREATE TABLE IF NOT EXISTS `user` (
|
|||
`email` char(255) NOT NULL,
|
||||
`openid` char(255) NOT NULL,
|
||||
`timezone` char(128) NOT NULL,
|
||||
`language` char(32) NOT NULL DEFAULT 'en',
|
||||
`register_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
||||
`login_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
||||
`default-location` char(255) NOT NULL,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue