aboutsummaryrefslogtreecommitdiffstats
path: root/update.php
diff options
context:
space:
mode:
authorroot <root@diekershoff.homeunix.net>2010-12-23 23:50:54 +0100
committerroot <root@diekershoff.homeunix.net>2010-12-23 23:50:54 +0100
commit2f532f579c8b3a7052f67c72af901bf2926a85bf (patch)
tree6779dd94c7bd466330839f61658a9d31170db296 /update.php
parenta1d593613d737d6f1a694adaddf515187580105c (diff)
parentc55cb45855ede35e593f6a1ed5e5878144cf0ad0 (diff)
downloadvolse-hubzilla-2f532f579c8b3a7052f67c72af901bf2926a85bf.tar.gz
volse-hubzilla-2f532f579c8b3a7052f67c72af901bf2926a85bf.tar.bz2
volse-hubzilla-2f532f579c8b3a7052f67c72af901bf2926a85bf.zip
Merge branch 'master' of git://github.com/friendika/friendika
Diffstat (limited to 'update.php')
-rw-r--r--update.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/update.php b/update.php
index 5807f1a34..d6fab4255 100644
--- a/update.php
+++ b/update.php
@@ -270,3 +270,7 @@ function update_1027() {
) ENGINE = MYISAM DEFAULT CHARSET=utf8 ");
}
+function update_1028() {
+ q("ALTER TABLE `user` ADD `openidserver` text NOT NULL AFTER `deny_gid` ");
+}
+