We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fad3857 commit ed86a54Copy full SHA for ed86a54
1 file changed
core/Migrations/Version13000Date20170718121200.php
@@ -453,6 +453,7 @@ public function changeSchema(IOutput $output, \Closure $schemaClosure, array $op
453
$table->addIndex(['item_type', 'share_type'], 'item_share_type_index');
454
$table->addIndex(['file_source'], 'file_source_index');
455
$table->addIndex(['token'], 'token_index');
456
+ $table->addIndex(['share_with'], 'share_withindex');
457
$table->addIndex(['share_with', 'file_target'], 'share_with_file_target_index', [], ['lengths' => [null, 128]]);
458
$table->addIndex(['parent'], 'parent_index');
459
$table->addIndex(['uid_owner'], 'owner_index');
0 commit comments