hensei-api/db/migrate/20230531115422_remove_group_integer_from_raids.rb

5 lines
131 B
Ruby

class RemoveGroupIntegerFromRaids < ActiveRecord::Migration[7.0]
def change
remove_column :raids, :group, :integer
end
end