mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 04:05:16 +02:00
fill and expire fcontact cache
This commit is contained in:
parent
f561a82647
commit
c534dd2969
5 changed files with 57 additions and 41 deletions
|
@ -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'");
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue