From e53650d6c66a9338259dc7cd7f067b8e80d6ce19 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Wed, 8 May 2019 20:12:54 +0200 Subject: another DB update to fix uid_mid index in item table and add xchan_photo_m index to xchan table --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') 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__ ); -- cgit v1.2.3