I was trialling an upgrade to VB4, and it kicked up an error that I already have the table vb3_cache
I took a look at the table vb3_cache and it appears to be a Photopost created table, but it was strange that it had my vb3_ prefix, instead of the pp_ prefix. (So now I am confused).
Here is the table structure:
id
timestamp
statscache
recentcache
popularcache
randomcache
calcache
catcache
catprops
eg. calcache contains:
Quote:
|
a:2:{i:7;a:1:{i:0;a:4:{i:0;s:10:"1289130539";s:4:"date";s:10:"1289130539";i:1;s:12:"me - Web cam";s:5:"title";s:12:"me - Web cam";}}i:26;a:3:{i:0;a:4:{i:0;s:10:"1290787637";s:4:"date";s:10:"1290787637";i:1;s:8:"o crotch";s:5:"title";s:8:"o crotch";}i:1;a:4:{i:0;s:10:"1290787734";s:4:"date";s:10:"1290787734";i:1;s:10:"skate sesh";s:5:"title";s:10:"skate sesh";}i:2;a:4:{i:0;s:10:"1290787801";s:4:"date";s:10:"1290787801";i:1;s:4:"twat";s:5:"title";s:4:"twat";}}}
|
Is this a PhotoPost created table? Is it safe to drop the table? or Should I do something else?