]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix(systemtags): Keep non-existing index 38961/head
authorMarcel Klehr <mklehr@gmx.net>
Thu, 22 Jun 2023 08:12:15 +0000 (10:12 +0200)
committerMarcel Klehr <mklehr@gmx.net>
Fri, 23 Jun 2023 09:43:43 +0000 (11:43 +0200)
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
core/Migrations/Version13000Date20170718121200.php

index bcf14656fec06b1a02883c55014f1ebf8c319f7f..05cdbcfd6b5f013851d83d5196148d24c508e448 100644 (file)
@@ -753,6 +753,7 @@ class Version13000Date20170718121200 extends SimpleMigrationStep {
                                'unsigned' => true,
                        ]);
                        $table->setPrimaryKey(['objecttype', 'objectid', 'systemtagid'], 'som_pk');
+//                     $table->addUniqueIndex(['objecttype', 'objectid', 'systemtagid'], 'mapping');
                        $table->addIndex(['systemtagid', 'objecttype'], 'systag_by_tagid');
                }