aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorgit-marijus <mario@mariovavti.com>2017-07-31 16:49:56 +0200
committergit-marijus <mario@mariovavti.com>2017-07-31 16:49:56 +0200
commit79a806f328e27269d13f26deb0acee7ad8560f7a (patch)
tree7f2a0c8fa3958306357ebfd5f2598cc4a241d9bb /boot.php
parent126e06b32ae7c442297173c38ad4fdda8473858d (diff)
downloadvolse-hubzilla-79a806f328e27269d13f26deb0acee7ad8560f7a.tar.gz
volse-hubzilla-79a806f328e27269d13f26deb0acee7ad8560f7a.tar.bz2
volse-hubzilla-79a806f328e27269d13f26deb0acee7ad8560f7a.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 69b4db269..5b8c3006d 100755
--- a/boot.php
+++ b/boot.php
@@ -52,7 +52,7 @@ define ( 'PLATFORM_NAME', 'hubzilla' );
define ( 'STD_VERSION', '2.7.0' );
define ( 'ZOT_REVISION', '1.3' );
-define ( 'DB_UPDATE_VERSION', 1192 );
+define ( 'DB_UPDATE_VERSION', 1193 );
define ( 'PROJECT_BASE', __DIR__ );