fill and expire fcontact cache

This commit is contained in:
Friendika 2011-08-18 04:20:30 -07:00
parent f561a82647
commit c534dd2969
5 changed files with 57 additions and 41 deletions

View file

@ -1,6 +1,6 @@
<?php
define( 'UPDATE_VERSION' , 1080 );
define( 'UPDATE_VERSION' , 1081 );
/**
*
@ -671,3 +671,6 @@ function update_1079() {
}
function update_1080() {
q("ALTER TABLE `fcontact` ADD `updated` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00'");
}