summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Needham <needham.thomas@gmail.com>2012-08-31 13:28:05 +0000
committerTom Needham <needham.thomas@gmail.com>2012-08-31 13:28:05 +0000
commit47eebe5f6c12258cd2536fe2f0d7a9e78ff46ae5 (patch)
tree5b1edef835054f43ffe88ff132ed734f636e03ff
parentb650c7c2a7a13cc5c3b680f8c1863ff196a8ea02 (diff)
downloadnextcloud-server-47eebe5f6c12258cd2536fe2f0d7a9e78ff46ae5.tar.gz
nextcloud-server-47eebe5f6c12258cd2536fe2f0d7a9e78ff46ae5.zip
Add 'authorised' field to oauth_tokens table
-rw-r--r--db_structure.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/db_structure.xml b/db_structure.xml
index 7130c855991..f0f933a656e 100644
--- a/db_structure.xml
+++ b/db_structure.xml
@@ -539,6 +539,12 @@
<length>7</length>
</field>
+ <field>
+ <name>authorised</name>
+ <type>boolean</type>
+ <default>0</default>
+ </field>
+
</declaration>
</table>