fix(api-entreprise): save libelle_commune_etranger and libelle_pays_etranger in db

This commit is contained in:
Paul Chavard 2024-09-13 17:35:27 +02:00
parent 58037f21cd
commit f5fdef0600
No known key found for this signature in database
8 changed files with 135 additions and 6 deletions

View file

@ -52,7 +52,8 @@ class Etablissement < ApplicationRecord
adresse,
code_postal,
localite,
code_insee_localite
code_insee_localite,
nom_pays
]
end