From e935473c5c05a40194c110fbb024825a30ca5a4b Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Fri, 1 Sep 2017 21:27:59 +0200 Subject: add combined index for item.uid and item.item_unseen. this speeds up notifications by a magnitude. --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index e52d130f9..5a5340850 100755 --- a/boot.php +++ b/boot.php @@ -52,7 +52,7 @@ define ( 'PLATFORM_NAME', 'hubzilla' ); define ( 'STD_VERSION', '2.7.2' ); define ( 'ZOT_REVISION', '1.3' ); -define ( 'DB_UPDATE_VERSION', 1193 ); +define ( 'DB_UPDATE_VERSION', 1194 ); define ( 'PROJECT_BASE', __DIR__ ); -- cgit v1.2.3