diff --git a/db_structure.xml b/db_structure.xml index c8a0b26896..3ce41096d9 100644 --- a/db_structure.xml +++ b/db_structure.xml @@ -37,8 +37,6 @@ appconfig_appid_key_index - true - true appid ascending @@ -136,7 +134,6 @@ file_map_lp_index - true true logic_path_hash @@ -382,7 +379,6 @@ id_user_index true - true fileid ascending @@ -419,20 +415,6 @@ 64 - - gu_gid_uid_index - true - true - - gid - ascending - - - uid - ascending - - - @@ -466,20 +448,6 @@ - - ga_gid_uid_index - true - true - - gid - ascending - - - uid - ascending - - - @@ -628,8 +596,6 @@ pref_userid_appid_key_index - true - true userid ascending @@ -654,15 +620,6 @@ - - id - 1 - integer - 0 - true - 4 - - userid text @@ -694,17 +651,6 @@ 255 - - user_propertypath_index - - userid - ascending - - - propertypath - ascending - - diff --git a/lib/util.php b/lib/util.php index fad49ac5ab..e79daae8a0 100755 --- a/lib/util.php +++ b/lib/util.php @@ -75,7 +75,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, 01); + return array(5, 80, 00); } /**