Add 'authorised' field to oauth_tokens table
This commit is contained in:
parent
b650c7c2a7
commit
47eebe5f6c
1 changed files with 6 additions and 0 deletions
|
@ -539,6 +539,12 @@
|
|||
<length>7</length>
|
||||
</field>
|
||||
|
||||
<field>
|
||||
<name>authorised</name>
|
||||
<type>boolean</type>
|
||||
<default>0</default>
|
||||
</field>
|
||||
|
||||
</declaration>
|
||||
|
||||
</table>
|
||||
|
|
Loading…
Reference in a new issue