add webfinger addr to gcontact for friend "connect" links
This commit is contained in:
@@ -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 ");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user