chore: re backfill siret champ

This commit is contained in:
Colin Darie 2024-11-28 12:20:42 +01:00
parent 9cb547efcf
commit 33df2029ab
No known key found for this signature in database
GPG key ID: 4FB865FDBCA4BCC4

View file

@ -4,8 +4,13 @@
# la normalisation des adresses des champs RNA/RNF/SIRET
# le fait de stocker ces données normalisées dans le champs.value_json (un jsonb)
# le backfill les anciens champs RNA/RNF/SIRET
# A (re)jouer après déploiement de PR #11013 https://github.com/demarches-simplifiees/demarches-simplifiees.fr/pull/11013
module Maintenance
class PopulateSiretValueJSONTask < MaintenanceTasks::Task
include RunnableOnDeployConcern
run_on_first_deploy
def collection
Champs::SiretChamp.where.not(value: nil)
end