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

FIX index in dematpayslip archive table

parent 22a9e5ec
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,7 @@ class Version030102Date20210812020000 extends SimpleMigrationStep { ...@@ -31,7 +31,7 @@ class Version030102Date20210812020000 extends SimpleMigrationStep {
$table = $schema->getTable('dematpayslip_archive'); $table = $schema->getTable('dematpayslip_archive');
$table->dropIndex('dematpayslip_archive_id_file'); //$table->dropIndex('dematpayslip_archive_id_file');
$table->addIndex(['id_file'], 'demat_archive_id_file'); $table->addIndex(['id_file'], 'demat_archive_id_file');
return $schema; 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