1
1
Fork 0

add webfinger addr to gcontact for friend "connect" links

This commit is contained in:
friendica 2011-12-18 00:50:17 -08:00
commit e6b538c046
4 changed files with 22 additions and 9 deletions

View file

@ -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 ");
}