mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-07 15:54:26 +02:00
add openid slot to db
This commit is contained in:
parent
0851669b39
commit
eae34f323b
4 changed files with 11 additions and 5 deletions
|
@ -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` ");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue