update indexes of oc_permissions

This commit is contained in:
Georg Ehrke 2013-08-09 09:31:53 +02:00
parent 41ba155a14
commit 1c9d52774e
2 changed files with 1 additions and 3 deletions

View File

@ -397,8 +397,6 @@
<index> <index>
<name>id_user_index</name> <name>id_user_index</name>
<unique>true</unique>
<primary>true</primary>
<field> <field>
<name>fileid</name> <name>fileid</name>
<sorting>ascending</sorting> <sorting>ascending</sorting>

View File

@ -78,7 +78,7 @@ class OC_Util {
public static function getVersion() { public static function getVersion() {
// hint: We only can count up. Reset minor/patchlevel when // hint: We only can count up. Reset minor/patchlevel when
// updating major/minor version number. // updating major/minor version number.
return array(5, 80, 06); return array(5, 80, 07);
} }
/** /**