friend suggest structures, cont.

This commit is contained in:
Friendika
2011-06-26 05:42:32 -07:00
parent c9604ef578
commit 22e8922088
3 changed files with 10 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
<?php
define( 'UPDATE_VERSION' , 1067 );
define( 'UPDATE_VERSION' , 1068 );
/**
*
@@ -535,4 +535,9 @@ function update_1066() {
q("ALTER TABLE `item` ADD INDEX ( `received` ) ");
$r = q("UPDATE `item` SET `received` = `edited` WHERE 1");
}
}
function update_1067() {
q("ALTER TABLE `ffinder` ADD `type` CHAR( 16 ) NOT NULL AFTER `id` ,
ADD `note` TEXT NOT NULL AFTER `type` ");
}