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 18:47:06 +0000
commit12828ee4d49db09e3adc61c1e53b501fe38050fb (patch)
tree49eda0b078bb16144a2cdd5a3e4c04c3a824877c /boot.php
parent605bf3b9d3cb5ad4c3675af5b167dc87a6a20ad5 (diff)
downloadvolse-hubzilla-12828ee4d49db09e3adc61c1e53b501fe38050fb.tar.gz
volse-hubzilla-12828ee4d49db09e3adc61c1e53b501fe38050fb.tar.bz2
volse-hubzilla-12828ee4d49db09e3adc61c1e53b501fe38050fb.zip
update 1245 to fix hubloc_hash index for postgres
(cherry picked from commit c2e007a8392be62c2698e5519b6d0dc0ec92a92b)
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 3b1d23150..d22dfb372 100644
--- a/boot.php
+++ b/boot.php
@@ -55,7 +55,7 @@ define ( 'PLATFORM_NAME', 'hubzilla' );
define ( 'STD_VERSION', '5.6RC2' );
define ( 'ZOT_REVISION', '6.0' );
-define ( 'DB_UPDATE_VERSION', 1244 );
+define ( 'DB_UPDATE_VERSION', 1245 );
define ( 'PROJECT_BASE', __DIR__ );