Make removal of billing_plans.tiers reversible

This commit is contained in:
Eric 2020-05-04 16:55:43 -05:00
parent e86f9fefe8
commit 5681fba541

View file

@ -1,5 +1,5 @@
class RemoveBillingPlanTiers < ActiveRecord::Migration[5.2]
def change
remove_column :billing_plans, :tier
remove_column :billing_plans, :tier, :integer
end
end
end