aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-06-04 17:46:21 -0700
committerfriendica <info@friendica.com>2013-06-04 17:46:21 -0700
commit0deec983b475f30269cbf34606ec93fbad36a4a5 (patch)
treec5b26aa37b551aec4ba4a9324d04c45eddb84dd0 /boot.php
parent9f15600c7c426c4f557809ed2036802381e5bf12 (diff)
downloadvolse-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-xboot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 15e442d65..d4add9cc9 100755
--- a/boot.php
+++ b/boot.php
@@ -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' );