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