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:
Diffstat (limited to 'db_structure.xml')
-rw-r--r--db_structure.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/db_structure.xml b/db_structure.xml
index e1da6448c8f..db43ef21140 100644
--- a/db_structure.xml
+++ b/db_structure.xml
@@ -595,6 +595,21 @@
<notnull>false</notnull>
</field>
+ <field>
+ <name>token</name>
+ <type>text</type>
+ <default></default>
+ <notnull>false</notnull>
+ <length>32</length>
+ </field>
+
+ <index>
+ <name>token_index</name>
+ <field>
+ <name>token</name>
+ <sorting>ascending</sorting>
+ </field>
+ </index>
</declaration>
</table>