DB: add timestamps to hubloc table so we can eventually expire dead entries.

This commit is contained in:
friendica
2013-06-04 17:46:21 -07:00
parent 9f15600c7c
commit 0deec983b4
3 changed files with 18 additions and 4 deletions

View File

@@ -41,7 +41,7 @@ require_once('include/features.php');
define ( 'RED_PLATFORM', 'Red Matrix' );
define ( 'RED_VERSION', trim(file_get_contents('version.inc')) . 'R');
define ( 'ZOT_REVISION', 1 );
define ( 'DB_UPDATE_VERSION', 1042 );
define ( 'DB_UPDATE_VERSION', 1043 );
define ( 'EOL', '<br />' . "\r\n" );
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );