Delete 20220128183506_remove_limit_group_from_weapons.rb

This commit is contained in:
Justin Edmund 2022-01-29 21:01:41 -08:00
parent 1ea9768d64
commit bb79360b6c

View file

@ -1,5 +0,0 @@
class RemoveLimitGroupFromWeapons < ActiveRecord::Migration[6.1]
def change
remove_column :weapons, :limit_group
end
end