aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-09-09 04:55:43 -0700
committerfriendica <info@friendica.com>2013-09-09 04:55:43 -0700
commit0565a6ef01b7c513be8ee90f805867eb2ed664e8 (patch)
treef3d6d2cec435c519b9c3b17cfdc2aaecb74a8683 /boot.php
parent25a5a5ff4dd457398d762f0ff92f01b134b92eaa (diff)
downloadvolse-hubzilla-0565a6ef01b7c513be8ee90f805867eb2ed664e8.tar.gz
volse-hubzilla-0565a6ef01b7c513be8ee90f805867eb2ed664e8.tar.bz2
volse-hubzilla-0565a6ef01b7c513be8ee90f805867eb2ed664e8.zip
change primary key on updates table
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 2f6fda1f0..64d3633cd 100755
--- a/boot.php
+++ b/boot.php
@@ -43,7 +43,7 @@ require_once('include/taxonomy.php');
define ( 'RED_PLATFORM', 'Red Matrix' );
define ( 'RED_VERSION', trim(file_get_contents('version.inc')) . 'R');
define ( 'ZOT_REVISION', 1 );
-define ( 'DB_UPDATE_VERSION', 1067 );
+define ( 'DB_UPDATE_VERSION', 1068 );
define ( 'EOL', '<br />' . "\r\n" );
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );