Sha256: 15998f78b9211d2ffaac7c7ef1acc03c4e421f037fc0ad71691cff3e1e030281

Contents?: true

Size: 134 Bytes

Versions: 8

Compression:

Stored size: 134 Bytes

Contents

class RemoveNameFromStripePlans < ActiveRecord::Migration[5.1]
  def change
    remove_column :stripe_plans, :name, :string
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
stripe_model_callbacks-0.1.7 db/migrate/20180207171559_remove_name_from_stripe_plans.rb
stripe_model_callbacks-0.1.6 db/migrate/20180207171559_remove_name_from_stripe_plans.rb
stripe_model_callbacks-0.1.5 db/migrate/20180207171559_remove_name_from_stripe_plans.rb
stripe_model_callbacks-0.1.4 db/migrate/20180207171559_remove_name_from_stripe_plans.rb
stripe_model_callbacks-0.1.3 db/migrate/20180207171559_remove_name_from_stripe_plans.rb
stripe_model_callbacks-0.1.2 db/migrate/20180207171559_remove_name_from_stripe_plans.rb
stripe_model_callbacks-0.1.1 db/migrate/20180207171559_remove_name_from_stripe_plans.rb
stripe_model_callbacks-0.1.0 db/migrate/20180207171559_remove_name_from_stripe_plans.rb