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

FIX drop index demat archive id file

parent d14c3945
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