aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorgit-marijus <mario@mariovavti.com>2017-07-31 16:49:56 +0200
committerMario Vavti <mario@mariovavti.com>2017-07-31 17:30:06 +0200
commitd33974cec44d7ed7a648a4e30380c3dfa3f11b2f (patch)
tree22434a73a44194dd8792e1d9a35c66f58f4a615f /boot.php
parenta3fef34a3f542905247031d0dfd7ec661fbefd1c (diff)
downloadvolse-hubzilla-d33974cec44d7ed7a648a4e30380c3dfa3f11b2f.tar.gz
volse-hubzilla-d33974cec44d7ed7a648a4e30380c3dfa3f11b2f.tar.bz2
volse-hubzilla-d33974cec44d7ed7a648a4e30380c3dfa3f11b2f.zip
db update to add index for item.obj_type
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 e83436039..b42a64480 100755
--- a/boot.php
+++ b/boot.php
@@ -52,7 +52,7 @@ define ( 'PLATFORM_NAME', 'hubzilla' );
define ( 'STD_VERSION', '2.6RC' );
define ( 'ZOT_REVISION', '1.2' );
-define ( 'DB_UPDATE_VERSION', 1192 );
+define ( 'DB_UPDATE_VERSION', 1193 );
define ( 'PROJECT_BASE', __DIR__ );