Browse Source

add index for share_with table for newly created tables

Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
tags/v13.0.0beta4
Bjoern Schiessle 6 years ago
parent
commit
de98581421
No account linked to committer's email address
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      core/Migrations/Version13000Date20170718121200.php

+ 1
- 0
core/Migrations/Version13000Date20170718121200.php View File

@@ -400,6 +400,7 @@ class Version13000Date20170718121200 extends SimpleMigrationStep {
$table->addIndex(['item_type', 'share_type'], 'item_share_type_index');
$table->addIndex(['file_source'], 'file_source_index');
$table->addIndex(['token'], 'token_index');
$table->addIndex(['share_with'], 'share_with_index');
}

if (!$schema->hasTable('jobs')) {

Loading…
Cancel
Save