class UpdateFloretGid < ActiveRecord::Migration[6.1] def change Location.find_by_gid("floret_region").update(gid: "floret") end end