update indexes of oc_permissions

remotes/origin/stable6
Georg Ehrke 12 years ago
parent 41ba155a14
commit 1c9d52774e
  1. 2
      db_structure.xml
  2. 2
      lib/util.php

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

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

Loading…
Cancel
Save