diff options
Diffstat (limited to 'core/Application.php')
-rw-r--r-- | core/Application.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/Application.php b/core/Application.php index c3cb6f02ed5..93032e53d42 100644 --- a/core/Application.php +++ b/core/Application.php @@ -112,6 +112,10 @@ 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')) { |