From 12828ee4d49db09e3adc61c1e53b501fe38050fb Mon Sep 17 00:00:00 2001 From: Mario Date: Fri, 7 May 2021 15:02:55 +0000 Subject: update 1245 to fix hubloc_hash index for postgres (cherry picked from commit c2e007a8392be62c2698e5519b6d0dc0ec92a92b) --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') 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__ ); -- cgit v1.2.3