Skip to content

Commit

Permalink
Add provider E69 to rake task for enabling selectable_schools (#4547)
Browse files Browse the repository at this point in the history
Add provider E69 to rake task for enabling selectable_schools
  • Loading branch information
inulty-dfe authored Sep 26, 2024
1 parent 938d2ac commit af95c08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/update_selectable_schools.rake
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module DataMigrations
class SetSelectableSchoolsOnProviders
def change
provider_codes = %w[E65 2CG 2CH 2CJ 2CK 2C1 1EX 1QU CS01 2X4 1ZO]
provider_codes = %w[E65 2CG 2CH 2CJ 2CK 2C1 1EX 1QU CS01 2X4 1ZO E69]
Provider.where(provider_code: provider_codes).update_all(selectable_school: true)
end
end
Expand Down

0 comments on commit af95c08

Please sign in to comment.