mirror of
https://github.com/friendica/friendica
synced 2025-04-26 21:10:16 +00:00
add openid slot to db
This commit is contained in:
parent
0851669b39
commit
eae34f323b
4 changed files with 11 additions and 5 deletions
|
@ -351,6 +351,7 @@ CREATE TABLE IF NOT EXISTS `user` (
|
|||
`password` char(255) NOT NULL,
|
||||
`nickname` char(255) NOT NULL,
|
||||
`email` char(255) NOT NULL,
|
||||
`openid` char(255) NOT NULL,
|
||||
`timezone` char(128) NOT NULL,
|
||||
`default-location` char(255) NOT NULL,
|
||||
`allow_location` tinyint(1) NOT NULL DEFAULT '0',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue