From 47245e741708479029311e2889592483c48dd29c Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Wed, 18 Dec 2013 15:13:27 +0100 Subject: [PATCH] Add index on oc_appconfig for appid --- db_structure.xml | 7 +++++++ version.php | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/db_structure.xml b/db_structure.xml index db817faecee..3cb2af287af 100644 --- a/db_structure.xml +++ b/db_structure.xml @@ -60,6 +60,13 @@ ascending + + appconfig_appid_key + + appid + ascending + + diff --git a/version.php b/version.php index 2e1fc7e17f8..470aa895072 100644 --- a/version.php +++ b/version.php @@ -1,7 +1,7 @@