Skip to content

Commit

Permalink
update data for staging
Browse files Browse the repository at this point in the history
  • Loading branch information
LucienMLD committed Dec 16, 2024
1 parent 84419d8 commit 1e70df5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/tasks/staging_transform_data.rake
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,8 @@ namespace :staging do
expert_id: expert.id,
sent_at: Time.zone.now
})
expert.antenne.update(name: 'Métropole Démo')
expert.institution = Institution.find(80)
expert.antenne.update(name: 'Urssaf Démo')
end

desc 'transform data for staging'
Expand Down

0 comments on commit 1e70df5

Please sign in to comment.