From: Robin Appelman Date: Wed, 18 Dec 2013 14:13:27 +0000 (+0100) Subject: Add index on oc_appconfig for appid X-Git-Tag: v7.0.0alpha2~1005^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=47245e741708479029311e2889592483c48dd29c;p=nextcloud-server.git Add index on oc_appconfig for appid --- 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 @@