Skip to content
Merged
Show file tree
Hide file tree
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
Next Next commit
fix(systemtags): Move index creation from new migration to existing o…
…riginal migration

Signed-off-by: Marcel Klehr <[email protected]>
  • Loading branch information
marcelklehr authored and blizzz committed Jul 10, 2023
commit dafe202c53058d40d1b6a1da94a1d25c190f0dc0
2 changes: 1 addition & 1 deletion core/Migrations/Version13000Date20170718121200.php
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +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');
}

if (!$schema->hasTable('systemtag_group')) {
Expand Down
52 changes: 0 additions & 52 deletions core/Migrations/Version28000Date20230621185127.php

This file was deleted.