Skip to content

Commit

Permalink
Merge pull request #435 from alphagov/add-location-model
Browse files Browse the repository at this point in the history
Pull locations from country register
  • Loading branch information
pixeltrix committed Feb 11, 2016
2 parents f46e681 + 01bbbac commit 89cbf78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions db/migrate/20160210195916_import_initial_locations.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ def up
Location.create!(code: "IO", name: "British Indian Ocean Territory")
Location.create!(code: "VG", name: "British Virgin Islands")
Location.create!(code: "KY", name: "Cayman Islands")
Location.create!(code: "XC", name: "Channel Islands", end_date: "2016-02-11")
Location.create!(code: "FK", name: "Falkland Islands")
Location.create!(code: "GF", name: "French Guiana")
Location.create!(code: "PF", name: "French Polynesia")
Expand Down

0 comments on commit 89cbf78

Please sign in to comment.