summaryrefslogtreecommitdiff
path: root/db/migrate/20210705235925_update_floret_gid.rb
blob: db2404449033af7edc40d7e6a296d07194a34914 (plain)
1
2
3
4
5
class UpdateFloretGid < ActiveRecord::Migration[6.1]
  def change
    Location.find_by_gid("floret_region").update(gid: "floret")
  end
end