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

@@ -531,6 +531,7 @@ CREATE TABLE IF NOT EXISTS `fcontact` (
`network` CHAR( 32 ) NOT NULL ,
`alias` CHAR( 255 ) NOT NULL ,
`pubkey` TEXT NOT NULL ,
`updated` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
INDEX ( `addr` ),
INDEX ( `network` )
) ENGINE = MYISAM DEFAULT CHARSET=utf8;