aboutsummaryrefslogtreecommitdiffstats
path: root/update.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2010-12-23 14:40:32 -0800
committerFriendika <info@friendika.com>2010-12-23 14:40:32 -0800
commitc55cb45855ede35e593f6a1ed5e5878144cf0ad0 (patch)
tree6779dd94c7bd466330839f61658a9d31170db296 /update.php
parent68868fd74bbc6a6f2268b6c5467ccf9e025af011 (diff)
downloadvolse-hubzilla-c55cb45855ede35e593f6a1ed5e5878144cf0ad0.tar.gz
volse-hubzilla-c55cb45855ede35e593f6a1ed5e5878144cf0ad0.tar.bz2
volse-hubzilla-c55cb45855ede35e593f6a1ed5e5878144cf0ad0.zip
revised openid patch, added fix for Windows servers, make "is now friends with" commentable, fix settings form hook to be inside form
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` ");
+}
+