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>2012-11-30 03:18:42 +0400
committerRobin Appelman <icewind@owncloud.com>2012-11-30 03:18:42 +0400
commitd33f697a5f3438f286ba3abe63255b6797a6fc03 (patch)
tree3bde00fb82540d9a44d0cfe97b41a7c6ecc668d3 /db_structure.xml
parenta609992a75d1dad15398f55e22ad2244c78650dc (diff)
parent9b709fa95df5b93b9fb05e33158122003891c154 (diff)
merge master into filesystem
Diffstat (limited to 'db_structure.xml')
-rw-r--r--db_structure.xml29
1 files changed, 29 insertions, 0 deletions
diff --git a/db_structure.xml b/db_structure.xml
index 65e1491bf43..2856ee4ff94 100644
--- a/db_structure.xml
+++ b/db_structure.xml
@@ -46,6 +46,13 @@
<sorting>ascending</sorting>
</field>
</index>
+ <index>
+ <name>appconfig_config_key_index</name>
+ <field>
+ <name>configkey</name>
+ <sorting>ascending</sorting>
+ </field>
+ </index>
</declaration>
@@ -269,6 +276,13 @@
<notnull>true</notnull>
<length>64</length>
</field>
+ <index>
+ <name>group_admin_uid</name>
+ <field>
+ <name>uid</name>
+ <sorting>ascending</sorting>
+ </field>
+ </index>
</declaration>
@@ -593,6 +607,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>