diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2013-03-19 01:36:51 +0100 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2013-03-19 01:36:51 +0100 |
commit | 935d2169c8aaace3a821f888f356ab683ca2efb7 (patch) | |
tree | e641a9fede6f072ae23c95d97a3b42628bb0ca0d /lib/util.php | |
parent | 3b33712dc9f4a3debfb98bc892034d7e41804a17 (diff) | |
download | nextcloud-server-935d2169c8aaace3a821f888f356ab683ca2efb7.tar.gz nextcloud-server-935d2169c8aaace3a821f888f356ab683ca2efb7.zip |
Revert "Add indexes and primary keys."
This reverts commit 3b33712dc9f4a3debfb98bc892034d7e41804a17.
Diffstat (limited to 'lib/util.php')
-rwxr-xr-x | lib/util.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util.php b/lib/util.php index fad49ac5ab2..e79daae8a0a 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); } /** |