aboutsummaryrefslogtreecommitdiffstats
path: root/update.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2011-12-18 00:50:17 -0800
committerfriendica <info@friendica.com>2011-12-18 00:50:17 -0800
commite6b538c0466fb73bc3bf781266f85f45f8b39ea3 (patch)
tree642f13a9accfc4fd3049ab72053073c642b15631 /update.php
parentc4a5fcaf278947782e4d600a3d6bdfe14eeb7fab (diff)
downloadvolse-hubzilla-e6b538c0466fb73bc3bf781266f85f45f8b39ea3.tar.gz
volse-hubzilla-e6b538c0466fb73bc3bf781266f85f45f8b39ea3.tar.bz2
volse-hubzilla-e6b538c0466fb73bc3bf781266f85f45f8b39ea3.zip
add webfinger addr to gcontact for friend "connect" links
Diffstat (limited to 'update.php')
-rw-r--r--update.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/update.php b/update.php
index 61a9a80ed..9b5772af1 100644
--- a/update.php
+++ b/update.php
@@ -1,6 +1,6 @@
<?php
-define( 'UPDATE_VERSION' , 1111 );
+define( 'UPDATE_VERSION' , 1112 );
/**
*
@@ -944,3 +944,7 @@ function update_1110() {
}
+function update_1111() {
+ q("ALTER TABLE `gcontact` ADD `connect` CHAR( 255 ) NOT NULL ");
+}
+