Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2016-08-01 20:06:54 +0300
committerRobin Appelman <robin@icewind.nl>2016-11-16 17:24:27 +0300
commit2389e0f25065ca9c7afbc70cc13d555524e363a8 (patch)
tree0bd2e8196922e5d62231a67d37a1c07ad876bca9 /db_structure.xml
parentb56f2c9ed01332bbeaee73599a0ea166c62d01e8 (diff)
read lockdown scope from token
Signed-off-by: Robin Appelman <icewind@owncloud.com>
Diffstat (limited to 'db_structure.xml')
-rw-r--r--db_structure.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/db_structure.xml b/db_structure.xml
index 09dbde710d3..c7e1e072a8e 100644
--- a/db_structure.xml
+++ b/db_structure.xml
@@ -1152,6 +1152,13 @@
<length>4</length>
</field>
+ <field>
+ <name>scope</name>
+ <type>clob</type>
+ <default></default>
+ <notnull>false</notnull>
+ </field>
+
<index>
<name>authtoken_token_index</name>
<unique>true</unique>