Increase length of encrypted token in database
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
parent
0a2b57c93f
commit
c5ad3c9213
2 changed files with 2 additions and 2 deletions
|
@ -72,7 +72,7 @@
|
|||
<name>encrypted_token</name>
|
||||
<type>text</type>
|
||||
<notnull>true</notnull>
|
||||
<length>255</length>
|
||||
<length>786</length>
|
||||
</field>
|
||||
</declaration>
|
||||
</table>
|
||||
|
|
|
@ -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/>
|
||||
|
|
Loading…
Reference in a new issue