Skip to content
Snippets Groups Projects
Commit b3c631f1 authored by VESSILLER's avatar VESSILLER
Browse files

FIX correction nom de l'index a renommer lors de la migration

parent 387eeacc
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ class Version030102Date20210812020000 extends SimpleMigrationStep {
$table = $schema->getTable('dematpayslip_archive');
$table->dropIndex('demat_archive_id_file');
$table->dropIndex('dematpayslip_archive_id_file');
$table->addIndex(['id_file'], 'demat_archive_id_file');
return $schema;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment