1
0
Fork 0

pass notify endpoint with friend suggestions

This commit is contained in:
Friendika 2011-06-26 19:30:57 -07:00
commit 3fe1e19725
6 changed files with 49 additions and 11 deletions

View file

@ -1,6 +1,6 @@
<?php
define( 'UPDATE_VERSION' , 1069 );
define( 'UPDATE_VERSION' , 1070 );
/**
*
@ -561,4 +561,7 @@ function update_1068() {
}
function update_1069() {
q("ALTER TABLE `fsuggest` ADD `request` CHAR( 255 ) NOT NULL AFTER `url` ");
q("ALTER TABLE `fcontact` ADD `request` CHAR( 255 ) NOT NULL AFTER `photo` ");
}