pass notify endpoint with friend suggestions
This commit is contained in:
parent
f7964efa52
commit
3fe1e19725
6 changed files with 49 additions and 11 deletions
|
@ -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` ");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue