Make removal of billing_plans.tiers reversible
This commit is contained in:
parent
e86f9fefe8
commit
5681fba541
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
class RemoveBillingPlanTiers < ActiveRecord::Migration[5.2]
|
class RemoveBillingPlanTiers < ActiveRecord::Migration[5.2]
|
||||||
def change
|
def change
|
||||||
remove_column :billing_plans, :tier
|
remove_column :billing_plans, :tier, :integer
|
||||||
end
|
end
|
||||||
end
|
end
|
Loading…
Reference in a new issue