aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-09-16 10:11:59 +0200
committerMario Vavti <mario@mariovavti.com>2017-09-16 10:11:59 +0200
commitd5ffa5508d4c04be801d049b63ae6881460abe82 (patch)
tree4e52797a39add8e7662d06028c0b25584c432561 /boot.php
parentcb3fb0049f64a92668bc94746dc55cc905683699 (diff)
downloadvolse-hubzilla-d5ffa5508d4c04be801d049b63ae6881460abe82.tar.gz
volse-hubzilla-d5ffa5508d4c04be801d049b63ae6881460abe82.tar.bz2
volse-hubzilla-d5ffa5508d4c04be801d049b63ae6881460abe82.zip
db update to add index to item.resource_id we query this in wikis a lot
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 aeb3ec8b6..2b290862b 100755
--- a/boot.php
+++ b/boot.php
@@ -52,7 +52,7 @@ define ( 'PLATFORM_NAME', 'hubzilla' );
define ( 'STD_VERSION', '2.7.3' );
define ( 'ZOT_REVISION', '1.3' );
-define ( 'DB_UPDATE_VERSION', 1195 );
+define ( 'DB_UPDATE_VERSION', 1196 );
define ( 'PROJECT_BASE', __DIR__ );