diff options
author | Arthur Schiwon <blizzz@owncloud.com> | 2013-04-02 11:29:41 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@owncloud.com> | 2013-04-02 12:06:40 +0200 |
commit | fe5c00a173360ca8b65d694be287e758cccfa9ac (patch) | |
tree | fff248ed517415e407e96ebacab43b5962147c0e /db_structure.xml | |
parent | 29d33ff7c250365d1cd43477eee6d9590a0a0171 (diff) | |
download | nextcloud-server-fe5c00a173360ca8b65d694be287e758cccfa9ac.tar.gz nextcloud-server-fe5c00a173360ca8b65d694be287e758cccfa9ac.zip |
Key must use less then 767 bytes long
Diffstat (limited to 'db_structure.xml')
-rw-r--r-- | db_structure.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/db_structure.xml b/db_structure.xml index 575950455ed..11387222340 100644 --- a/db_structure.xml +++ b/db_structure.xml @@ -697,14 +697,6 @@ <index> <name>property_index</name> <field> - <name>propertyname</name> - <sorting>ascending</sorting> - </field> - <field> - <name>propertypath</name> - <sorting>ascending</sorting> - </field> - <field> <name>userid</name> <sorting>ascending</sorting> </field> |