diff options
Diffstat (limited to 'apps/oauth2')
-rw-r--r-- | apps/oauth2/appinfo/database.xml | 2 | ||||
-rw-r--r-- | apps/oauth2/appinfo/info.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/oauth2/appinfo/database.xml b/apps/oauth2/appinfo/database.xml index 2d7e3502db2..48de162299c 100644 --- a/apps/oauth2/appinfo/database.xml +++ b/apps/oauth2/appinfo/database.xml @@ -72,7 +72,7 @@ <name>encrypted_token</name> <type>text</type> <notnull>true</notnull> - <length>255</length> + <length>786</length> </field> </declaration> </table> diff --git a/apps/oauth2/appinfo/info.xml b/apps/oauth2/appinfo/info.xml index ebead97eb72..8b24d4581fb 100644 --- a/apps/oauth2/appinfo/info.xml +++ b/apps/oauth2/appinfo/info.xml @@ -6,7 +6,7 @@ <licence>AGPL</licence> <author>Lukas Reschke</author> <namespace>OAuth2</namespace> - <version>1.0.3</version> + <version>1.0.4</version> <default_enable/> <types> <authentication/> |