Add license to RemoveBillingPlanTiers

This commit is contained in:
Eric 2020-05-05 13:54:44 -05:00
parent ef1445a5b9
commit ce831539f5

View file

@ -1,3 +1,4 @@
# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later
class RemoveBillingPlanTiers < ActiveRecord::Migration[5.2]
def change
remove_column :billing_plans, :tier, :integer