aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-11-18 19:54:02 -0800
committerfriendica <info@friendica.com>2013-11-18 19:54:02 -0800
commitbbd69c1e815c8c8be8265b4dc0554ae60e1ca7f6 (patch)
tree4aed3f17d565edaa31eb36d71af3cb4734c020cc /boot.php
parent5cf5cbd193258936515a487f9259e960a76e4106 (diff)
downloadvolse-hubzilla-bbd69c1e815c8c8be8265b4dc0554ae60e1ca7f6.tar.gz
volse-hubzilla-bbd69c1e815c8c8be8265b4dc0554ae60e1ca7f6.tar.bz2
volse-hubzilla-bbd69c1e815c8c8be8265b4dc0554ae60e1ca7f6.zip
drop the queue table which we no longer use
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 2a214e5c2..df729a52a 100755
--- a/boot.php
+++ b/boot.php
@@ -45,7 +45,7 @@ define ( 'RED_PLATFORM', 'Red Matrix' );
define ( 'RED_VERSION', trim(file_get_contents('version.inc')) . 'R');
define ( 'ZOT_REVISION', 1 );
-define ( 'DB_UPDATE_VERSION', 1081 );
+define ( 'DB_UPDATE_VERSION', 1082 );
define ( 'EOL', '<br />' . "\r\n" );
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );