diff options
author | Georg Ehrke <developer@georgehrke.com> | 2013-08-09 09:31:53 +0200 |
---|---|---|
committer | Georg Ehrke <developer@georgehrke.com> | 2013-08-09 09:31:53 +0200 |
commit | 1c9d52774e165da3d916399510727de6b7c487fa (patch) | |
tree | acd2c57c43eb8aee188f236bfa8b83cf4a21dc9f | |
parent | 41ba155a143d318377302e2672726d7ea588c3c4 (diff) | |
download | nextcloud-server-1c9d52774e165da3d916399510727de6b7c487fa.tar.gz nextcloud-server-1c9d52774e165da3d916399510727de6b7c487fa.zip |
update indexes of oc_permissions
-rw-r--r-- | db_structure.xml | 2 | ||||
-rwxr-xr-x | lib/util.php | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/db_structure.xml b/db_structure.xml index 4c192ba028e..1fcba9e2247 100644 --- a/db_structure.xml +++ b/db_structure.xml @@ -397,8 +397,6 @@ <index> <name>id_user_index</name> - <unique>true</unique> - <primary>true</primary> <field> <name>fileid</name> <sorting>ascending</sorting> diff --git a/lib/util.php b/lib/util.php index dc13d31fd2b..a7a83cf1a23 100755 --- a/lib/util.php +++ b/lib/util.php @@ -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); } /** |