aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-05-07 15:02:55 +0000
committerMario <mario@mariovavti.com>2021-05-07 15:02:55 +0000
commitc2e007a8392be62c2698e5519b6d0dc0ec92a92b (patch)
treee7e2916e8c2546bb2dedaa3f23b61fc26366f71a /boot.php
parentebd0333256b8209de958085057848b649dbd9283 (diff)
downloadvolse-hubzilla-c2e007a8392be62c2698e5519b6d0dc0ec92a92b.tar.gz
volse-hubzilla-c2e007a8392be62c2698e5519b6d0dc0ec92a92b.tar.bz2
volse-hubzilla-c2e007a8392be62c2698e5519b6d0dc0ec92a92b.zip
update 1245 to fix hubloc_hash index for postgres
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index a6dfbf7a5..c057f8278 100644
--- a/boot.php
+++ b/boot.php
@@ -55,7 +55,7 @@ define ( 'PLATFORM_NAME', 'hubzilla' );
define ( 'STD_VERSION', '5.7' );
define ( 'ZOT_REVISION', '6.0' );
-define ( 'DB_UPDATE_VERSION', 1244 );
+define ( 'DB_UPDATE_VERSION', 1245 );
define ( 'PROJECT_BASE', __DIR__ );