There was an error while loading. Please reload this page.
1 parent a560a97 commit d20ef6aCopy full SHA for d20ef6a
1 file changed
lib/Migration/Version004004000Date20250523135634.php
@@ -48,6 +48,9 @@ public function changeSchema(IOutput $output, Closure $schemaClosure, array $opt
48
]);
49
50
$table->setPrimaryKey(['id'], 'cc_fs_events_id');
51
+ // Added post-release to ensure new installations get the index
52
+ // (existing installations get it via AddMissingIndicesListenerFsEvents)
53
+ $table->addIndex(['user_id', 'type', 'node_id'], 'cc_fs_events_full_idx');
54
}
55
56
return $schema;
0 commit comments