diff options
author | friendica <info@friendica.com> | 2013-11-18 19:54:02 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-11-18 19:54:02 -0800 |
commit | bbd69c1e815c8c8be8265b4dc0554ae60e1ca7f6 (patch) | |
tree | 4aed3f17d565edaa31eb36d71af3cb4734c020cc /boot.php | |
parent | 5cf5cbd193258936515a487f9259e960a76e4106 (diff) | |
download | volse-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-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' ); |