diff options
author | Robin Appelman <icewind@owncloud.com> | 2012-11-30 00:18:42 +0100 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2012-11-30 00:18:42 +0100 |
commit | d33f697a5f3438f286ba3abe63255b6797a6fc03 (patch) | |
tree | 3bde00fb82540d9a44d0cfe97b41a7c6ecc668d3 /db_structure.xml | |
parent | a609992a75d1dad15398f55e22ad2244c78650dc (diff) | |
parent | 9b709fa95df5b93b9fb05e33158122003891c154 (diff) | |
download | nextcloud-server-d33f697a5f3438f286ba3abe63255b6797a6fc03.tar.gz nextcloud-server-d33f697a5f3438f286ba3abe63255b6797a6fc03.zip |
merge master into filesystem
Diffstat (limited to 'db_structure.xml')
-rw-r--r-- | db_structure.xml | 29 |
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> |