diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2021-04-08 10:09:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-08 10:09:13 +0200 |
commit | 14ee17e5c5b818d07b4c2a20047574b813165bf0 (patch) | |
tree | ab5dae751fb2030d9820acc66f1ab25e81a856d0 /core/Application.php | |
parent | 41216e68bfd88545c88a7ca5d48bf7410cfef518 (diff) | |
download | nextcloud-server-14ee17e5c5b818d07b4c2a20047574b813165bf0.tar.gz nextcloud-server-14ee17e5c5b818d07b4c2a20047574b813165bf0.zip |
Revert "add a prefix index to filecache.path"
Diffstat (limited to 'core/Application.php')
-rw-r--r-- | core/Application.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/core/Application.php b/core/Application.php index 93032e53d42..c3cb6f02ed5 100644 --- a/core/Application.php +++ b/core/Application.php @@ -112,10 +112,6 @@ class Application extends App { if (!$table->hasIndex('fs_size')) { $subject->addHintForMissingSubject($table->getName(), 'fs_size'); } - - if (!$table->hasIndex('fs_path_prefix')) { - $subject->addHintForMissingSubject($table->getName(), 'fs_path_prefix'); - } } if ($schema->hasTable('twofactor_providers')) { |