Skip to content

Commit 1e89141

Browse files
committed
fixup! fix(UserMountCache): Add back unique index for oc_mounts and use normal insert
1 parent 3a78473 commit 1e89141

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

core/Listener/AddMissingIndicesListener.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -186,12 +186,6 @@ public function handle(Event $event): void {
186186
'mounts_class_index',
187187
['mount_provider_class']
188188
);
189-
$event->addMissingIndex(
190-
'mounts',
191-
'mounts_user_root_path_index',
192-
['user_id', 'root_id', 'mount_point'],
193-
['lengths' => [null, null, 128]]
194-
);
195189

196190
$event->addMissingIndex(
197191
'systemtag_object_mapping',

0 commit comments

Comments
 (0)