houdini/db/migrate/20191105200033_remove_billing_plan_tiers.rb

6 lines
123 B
Ruby
Raw Normal View History

2019-11-05 19:51:25 +00:00
class RemoveBillingPlanTiers < ActiveRecord::Migration[5.2]
def change
remove_column :billing_plans, :tier
end
end