diff options
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')) { |