Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix(systemtags): Keep non-existing index
Signed-off-by: Marcel Klehr <[email protected]>
  • Loading branch information
marcelklehr authored and blizzz committed Jul 10, 2023
commit 7226a9a5600b7409720c49c11c449d5f56c9f11e
1 change: 1 addition & 0 deletions core/Migrations/Version13000Date20170718121200.php
Original file line number Diff line number Diff line change
Expand Up @@ -753,6 +753,7 @@ public function changeSchema(IOutput $output, \Closure $schemaClosure, array $op
'unsigned' => true,
]);
$table->setPrimaryKey(['objecttype', 'objectid', 'systemtagid'], 'som_pk');
// $table->addUniqueIndex(['objecttype', 'objectid', 'systemtagid'], 'mapping');
$table->addIndex(['systemtagid', 'objecttype'], 'systag_by_tagid');
}

Expand Down