Skip to content

Commit

Permalink
created privateChildcareProvider for ofsted urn
Browse files Browse the repository at this point in the history
  • Loading branch information
javier-npq committed Jul 30, 2023
1 parent 4e6e0e3 commit 43664bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/tasks/update_eyl_funding_eligible_schools_list.rake
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,7 @@ namespace :update_eyl_funding_eligible_schools_list do
School.transaction do
School.where(urn: closed_school_urns).update_all(establishment_status_code: 2, establishment_status_name: "Closed")
end
private_childcare_provider = PrivateChildcareProvider.find_by(postcode: 'SW6 3AA')
PrivateChildcareProvider.create!(provider_urn: '100547',provider_name: "ECOLE MARIE D'ORLIAC", postcode: 'SW6 3AA') unless private_childcare_provider.present?
end
end

0 comments on commit 43664bc

Please sign in to comment.