From d5ffa5508d4c04be801d049b63ae6881460abe82 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Sat, 16 Sep 2017 10:11:59 +0200 Subject: db update to add index to item.resource_id we query this in wikis a lot --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index aeb3ec8b6..2b290862b 100755 --- a/boot.php +++ b/boot.php @@ -52,7 +52,7 @@ define ( 'PLATFORM_NAME', 'hubzilla' ); define ( 'STD_VERSION', '2.7.3' ); define ( 'ZOT_REVISION', '1.3' ); -define ( 'DB_UPDATE_VERSION', 1195 ); +define ( 'DB_UPDATE_VERSION', 1196 ); define ( 'PROJECT_BASE', __DIR__ ); -- cgit v1.2.3