Skip to content

Commit

Permalink
Merge pull request #843 from DFE-Digital/cpdnpq-1241-update-list-of-i…
Browse files Browse the repository at this point in the history
…tt-providers

CPDNPQ-1241 Update List of ITT Providers
  • Loading branch information
javier-npq authored Jul 28, 2023
2 parents 6174a58 + 6cfbb01 commit 1eda61a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions db/migrate/20230720141121_update_approved_itt_provider.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
class UpdateApprovedIttProvider < ActiveRecord::Migration[6.1]
def change
itt_provider = IttProvider.find_by(legal_name: "St Michael’s Church of England Primary School")
itt_provider.update!(legal_name: "Christ Church Primary School Hampstead") if itt_provider.present?
end
end
2 changes: 1 addition & 1 deletion db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#
# It's strongly recommended that you check this file into your version control system.

ActiveRecord::Schema.define(version: 2023_06_19_162920) do
ActiveRecord::Schema.define(version: 2023_07_20_141121) do

# These are extensions that must be enabled in order to support this database
enable_extension "btree_gin"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ St George’s Academy,Titan Partnership Ltd,
St Mary & St Paul’s CofE Primary School,Mersey Boroughs ITT Partnership,
St Mary’s College,St Mary’s College,
St Mary’s University,St Mary’s University,
St Michael’s Church of England Primary School,Teaching London: LDBS SCITT,
Christ Church Primary School Hampstead,Teaching London: LDBS SCITT,
St Peter’s Catholic High School and Sixth Form Centre,Gloucestershire Initial Teacher Education Partnership (GITEP),
St. Edmund’s Nursery & Children’s Centre,Bradford Birth to 19 SCITT,
St. Joseph’s College,St. Joseph’s College Stoke Secondary Partnership,
Expand Down

0 comments on commit 1eda61a

Please sign in to comment.