From fa6ec47a5c064f85e52d06a1c88f5ac13a3b8074 Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Thu, 18 May 2017 20:47:41 +0200 Subject: [PATCH] Add indexes Signed-off-by: Lukas Reschke --- apps/oauth2/appinfo/database.xml | 21 +++++++++++++++++++++ apps/oauth2/appinfo/info.xml | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/apps/oauth2/appinfo/database.xml b/apps/oauth2/appinfo/database.xml index de3df4091a..db32e0cf97 100644 --- a/apps/oauth2/appinfo/database.xml +++ b/apps/oauth2/appinfo/database.xml @@ -39,6 +39,13 @@ true 64 + + oauth2_client_id_idx + false + + client_identifier + + @@ -74,6 +81,20 @@ true786 + + oauth2_access_hash_idx + true + + hashed_code + + + + oauth2_access_client_id_idx + false + + client_id + +
diff --git a/apps/oauth2/appinfo/info.xml b/apps/oauth2/appinfo/info.xml index 8992b87daa..5e9e8dae06 100644 --- a/apps/oauth2/appinfo/info.xml +++ b/apps/oauth2/appinfo/info.xml @@ -6,7 +6,7 @@ agpl Lukas Reschke OAuth2 - 1.0.4 + 1.0.5