add openid slot to db

This commit is contained in:
Friendika 2010-11-14 15:17:27 -08:00
parent 0851669b39
commit eae34f323b
4 changed files with 11 additions and 5 deletions

View file

@ -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',