summaryrefslogtreecommitdiffstats
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 6b3d7d6e0c7..4ebbada95e6 100644
--- a/core/Application.php
+++ b/core/Application.php
@@ -132,6 +132,10 @@ class Application extends App {
if (!$table->hasIndex('fs_storage_path_prefix') && !$schema->getDatabasePlatform() instanceof PostgreSQL94Platform) {
$subject->addHintForMissingSubject($table->getName(), 'fs_storage_path_prefix');
}
+
+ if (!$table->hasIndex('fs_parent')) {
+ $subject->addHintForMissingSubject($table->getName(), 'fs_parent');
+ }
}
if ($schema->hasTable('twofactor_providers')) {