Skip to content

Commit

Permalink
Migration: import duree_conservation_donnees_caractere_personnel_just…
Browse files Browse the repository at this point in the history
…ification
  • Loading branch information
skelz0r committed May 15, 2024
1 parent b654e8d commit e82853f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/migration/create_diff_from_event.rb
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ def attributes_mapping
"volumetrie_approximative" => "volumetrie_approximative",
'data_recipients' => 'destinataire_donnees_caractere_personnel',
'data_retention_period' => 'duree_conservation_donnees_caractere_personnel',
'data_retention_comment' => 'fixme'
'data_retention_comment' => 'duree_conservation_donnees_caractere_personnel_justification',
}
end

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ def attributes_mapping
"volumetrie_approximative" => "volumetrie_approximative",
"data_recipients" => "destinataire_donnees_caractere_personnel",
"data_retention_period" => "duree_conservation_donnees_caractere_personnel",
"data_retention_comment" => "duree_conservation_donnees_caractere_personnel_justification",
}
end

Expand Down

0 comments on commit e82853f

Please sign in to comment.