aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-03-02 10:10:29 +0100
committerMario Vavti <mario@mariovavti.com>2018-03-02 10:10:29 +0100
commit6ee6285670be27bbcf8565dd63af57a93673972b (patch)
tree3c98f0506692537095d521a00e3c62c511e85a53 /boot.php
parentd32f583fda07080f0c331618893d5df91050af1d (diff)
downloadvolse-hubzilla-6ee6285670be27bbcf8565dd63af57a93673972b.tar.gz
volse-hubzilla-6ee6285670be27bbcf8565dd63af57a93673972b.tar.bz2
volse-hubzilla-6ee6285670be27bbcf8565dd63af57a93673972b.zip
db update to drop index resource_type. we have uid_resource_type now.
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 534503966..fc819f88e 100755
--- a/boot.php
+++ b/boot.php
@@ -53,7 +53,7 @@ define ( 'PLATFORM_NAME', 'hubzilla' );
define ( 'STD_VERSION', '3.3.1' );
define ( 'ZOT_REVISION', '1.3' );
-define ( 'DB_UPDATE_VERSION', 1206 );
+define ( 'DB_UPDATE_VERSION', 1207 );
define ( 'PROJECT_BASE', __DIR__ );