Skip to content

Commit

Permalink
Merge pull request #8963 from alphagov/rename-micronesia
Browse files Browse the repository at this point in the history
Rename Micronesia
  • Loading branch information
GDSNewt authored Apr 17, 2024
2 parents 3b371a2 + 393ae47 commit ec62e43
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions db/data_migration/20240416120548_rename_micronesia.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
micronesia = WorldLocation.find_by(slug: "micronesia")
if micronesia
micronesia.update!(slug: "federated-states-of-micronesia")
micronesia.translation.update!(name: "Federated States of Micronesia")
end

0 comments on commit ec62e43

Please sign in to comment.