houdini/db/migrate/20191105200033_remove_billing_plan_tiers.rb
2019-11-05 14:06:59 -06:00

5 lines
123 B
Ruby

class RemoveBillingPlanTiers < ActiveRecord::Migration[5.2]
def change
remove_column :billing_plans, :tier
end
end