aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2019-05-08 20:12:54 +0200
committerMario Vavti <mario@mariovavti.com>2019-05-08 20:12:54 +0200
commite53650d6c66a9338259dc7cd7f067b8e80d6ce19 (patch)
treeb96ddcbf095608d2a6f11f139cf00ac268ef344c /boot.php
parent5bf9a9828c4000c8f293efc17bc094c026a5dc0a (diff)
downloadvolse-hubzilla-e53650d6c66a9338259dc7cd7f067b8e80d6ce19.tar.gz
volse-hubzilla-e53650d6c66a9338259dc7cd7f067b8e80d6ce19.tar.bz2
volse-hubzilla-e53650d6c66a9338259dc7cd7f067b8e80d6ce19.zip
another DB update to fix uid_mid index in item table and add xchan_photo_m index to xchan table
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 abd9127d5..df8308a70 100755
--- a/boot.php
+++ b/boot.php
@@ -53,7 +53,7 @@ define ( 'PLATFORM_NAME', 'hubzilla' );
define ( 'STD_VERSION', '4.1.2' );
define ( 'ZOT_REVISION', '6.0a' );
-define ( 'DB_UPDATE_VERSION', 1232 );
+define ( 'DB_UPDATE_VERSION', 1233 );
define ( 'PROJECT_BASE', __DIR__ );