]> git.mxchange.org Git - friendica.git/blobdiff - update.php
Merge branch 'master' of git://github.com/friendika/friendika
[friendica.git] / update.php
index 5807f1a34e2985d5b18d7f8d4e4ed350bb840cbf..afa3b58a4344b1421ce4f21b68b25d85752a9699 100644 (file)
@@ -270,3 +270,10 @@ function update_1027() {
        ) ENGINE = MYISAM DEFAULT CHARSET=utf8 ");
 }
 
+function update_1028() {
+       q("ALTER TABLE `user` ADD `openidserver` text NOT NULL AFTER `deny_gid` ");
+}
+
+function update_1029() {
+       q("ALTER TABLE `contact` ADD `info` MEDIUMTEXT NOT NULL AFTER `reason` ");
+}