aboutsummaryrefslogtreecommitdiffstats
path: root/core/Application.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/Application.php')
-rw-r--r--core/Application.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/Application.php b/core/Application.php
index a8f78241bb6..2e2579f094e 100644
--- a/core/Application.php
+++ b/core/Application.php
@@ -103,6 +103,10 @@ class Application extends App {
if (!$table->hasIndex('fs_mtime')) {
$subject->addHintForMissingSubject($table->getName(), 'fs_mtime');
}
+
+ if (!$table->hasIndex('fs_size')) {
+ $subject->addHintForMissingSubject($table->getName(), 'fs_size');
+ }
}
if ($schema->hasTable('twofactor_providers')) {