Skip to content

Commit 489968d

Browse files
committed
fix(systemtags): Keep non-existing index
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
1 parent c62cf2f commit 489968d

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
@@ -753,6 +753,7 @@ public function changeSchema(IOutput $output, \Closure $schemaClosure, array $op
753753
'unsigned' => true,
754754
]);
755755
$table->setPrimaryKey(['objecttype', 'objectid', 'systemtagid'], 'som_pk');
756+
// $table->addUniqueIndex(['objecttype', 'objectid', 'systemtagid'], 'mapping');
756757
$table->addIndex(['systemtagid', 'objecttype'], 'systag_by_tagid');
757758
}
758759

0 commit comments

Comments
 (0)