diff options
author | friendica <info@friendica.com> | 2013-06-04 17:46:21 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-06-04 17:46:21 -0700 |
commit | 0deec983b475f30269cbf34606ec93fbad36a4a5 (patch) | |
tree | c5b26aa37b551aec4ba4a9324d04c45eddb84dd0 /boot.php | |
parent | 9f15600c7c426c4f557809ed2036802381e5bf12 (diff) | |
download | volse-hubzilla-0deec983b475f30269cbf34606ec93fbad36a4a5.tar.gz volse-hubzilla-0deec983b475f30269cbf34606ec93fbad36a4a5.tar.bz2 volse-hubzilla-0deec983b475f30269cbf34606ec93fbad36a4a5.zip |
DB: add timestamps to hubloc table so we can eventually expire dead entries.
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' ); |