diff --git a/migration/19.12/migrateTemplates.php b/migration/19.12/migrateTemplates.php index feb93b9774fd911167b2a2cf0aca2d993d9db1a1..e104df824d08fe70b17184fa8cdf3bc39de1662a 100644 --- a/migration/19.12/migrateTemplates.php +++ b/migration/19.12/migrateTemplates.php @@ -58,6 +58,14 @@ const DATA_TO_REPLACE = [ 'visa.firstname9' => '', 'visa.lastname9' => '', 'visa.entity1' => '', + 'visa.entity2' => '', + 'visa.entity3' => '', + 'visa.entity4' => '', + 'visa.entity5' => '', + 'visa.entity6' => '', + 'visa.entity7' => '', + 'visa.entity8' => '', + 'visa.entity9' => '', 'avis.firstname1' => '', 'avis.lastname1' => '[opinions]', @@ -80,6 +88,30 @@ const DATA_TO_REPLACE = [ 'avis.role1' => '', 'avis.entity1' => '', 'avis.note1' => '', + 'avis.role2' => '', + 'avis.entity2' => '', + 'avis.note2' => '', + 'avis.role3' => '', + 'avis.entity3' => '', + 'avis.note3' => '', + 'avis.role4' => '', + 'avis.entity4' => '', + 'avis.note4' => '', + 'avis.role5' => '', + 'avis.entity5' => '', + 'avis.note5' => '', + 'avis.role6' => '', + 'avis.entity6' => '', + 'avis.note6' => '', + 'avis.role7' => '', + 'avis.entity7' => '', + 'avis.note7' => '', + 'avis.role8' => '', + 'avis.entity8' => '', + 'avis.note8' => '', + 'avis.role9' => '', + 'avis.entity9' => '', + 'avis.note9' => '', 'copies.firstname1' => '', 'copies.lastname1' => '[copies]',