From c2e007a8392be62c2698e5519b6d0dc0ec92a92b 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 --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') 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__ ); -- cgit v1.2.3