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

@ -133,4 +133,9 @@ function update_1014() {
function update_1015() {
q("ALTER TABLE `item` CHANGE `body` `body` mediumtext NOT NULL");
}
}
function update_1016() {
q("ALTER TABLE `user` ADD `openid` CHAR( 255 ) NOT NULL AFTER `email` ");
}