fixed migration
This commit is contained in:
@@ -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();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user