Add 'authorised' field to oauth_tokens table

remotes/origin/stable5
Tom Needham 12 years ago
parent b650c7c2a7
commit 47eebe5f6c
  1. 6
      db_structure.xml

@ -539,6 +539,12 @@
<length>7</length>
</field>
<field>
<name>authorised</name>
<type>boolean</type>
<default>0</default>
</field>
</declaration>
</table>

Loading…
Cancel
Save