add openid slot to db
This commit is contained in:
@@ -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` ");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user