update indexes of oc_permissions
This commit is contained in:
parent
41ba155a14
commit
1c9d52774e
|
@ -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…
Reference in New Issue