structures for friend suggestions

This commit is contained in:
Friendika 2011-06-21 18:03:54 -07:00
commit a51fc14e69
3 changed files with 8 additions and 2 deletions

View file

@ -1,6 +1,6 @@
<?php
define( 'UPDATE_VERSION' , 1065 );
define( 'UPDATE_VERSION' , 1066 );
/**
*
@ -524,3 +524,8 @@ function update_1063() {
function update_1064() {
q("ALTER TABLE `item` ADD `app` CHAR( 255 ) NOT NULL AFTER `body` ");
}
function update_1065() {
q("ALTER TABLE `intro` ADD `fid` INT NOT NULL DEFAULT '0' AFTER `uid`");
}