diff options
author | Robin Appelman <icewind@owncloud.com> | 2016-08-01 19:06:54 +0200 |
---|---|---|
committer | Robin Appelman <robin@icewind.nl> | 2016-11-16 15:24:27 +0100 |
commit | 2389e0f25065ca9c7afbc70cc13d555524e363a8 (patch) | |
tree | 0bd2e8196922e5d62231a67d37a1c07ad876bca9 /db_structure.xml | |
parent | b56f2c9ed01332bbeaee73599a0ea166c62d01e8 (diff) | |
download | nextcloud-server-2389e0f25065ca9c7afbc70cc13d555524e363a8.tar.gz nextcloud-server-2389e0f25065ca9c7afbc70cc13d555524e363a8.zip |
read lockdown scope from token
Signed-off-by: Robin Appelman <icewind@owncloud.com>
Diffstat (limited to 'db_structure.xml')
-rw-r--r-- | db_structure.xml | 7 |
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> |