Skip to content

Commit ed86a54

Browse files
committed
fixup!: Keep the old index
Signed-off-by: Louis Chmn <[email protected]>
1 parent fad3857 commit ed86a54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/Migrations/Version13000Date20170718121200.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -453,6 +453,7 @@ public function changeSchema(IOutput $output, \Closure $schemaClosure, array $op
453453
$table->addIndex(['item_type', 'share_type'], 'item_share_type_index');
454454
$table->addIndex(['file_source'], 'file_source_index');
455455
$table->addIndex(['token'], 'token_index');
456+
$table->addIndex(['share_with'], 'share_withindex');
456457
$table->addIndex(['share_with', 'file_target'], 'share_with_file_target_index', [], ['lengths' => [null, 128]]);
457458
$table->addIndex(['parent'], 'parent_index');
458459
$table->addIndex(['uid_owner'], 'owner_index');

0 commit comments

Comments
 (0)