Increase length of encrypted token in database

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
Lukas Reschke 2017-05-05 00:00:32 +02:00
parent 0a2b57c93f
commit c5ad3c9213
No known key found for this signature in database
GPG Key ID: B9F6980CF6E759B1
2 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@
<name>encrypted_token</name>
<type>text</type>
<notnull>true</notnull>
<length>255</length>
<length>786</length>
</field>
</declaration>
</table>

View File

@ -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/>