fixed migration

This commit is contained in:
Frank Schubert
2025-11-18 20:54:50 +01:00
parent f312071aca
commit 568f62bcf9

View File

@@ -14,7 +14,7 @@ final class AddNewIndexesAdb extends AbstractMigration
->save();
$wohneinheit->removeIndexByName('extref')
->addIndex('extref', ['name' => 'idx_extref_full'])
->addIndex('extref', ['name' => 'idx_extref_full', 'limit' => 32])
->save();
}