summaryrefslogtreecommitdiff
path: root/db/migrate/20160825214240_add_subscribable_to_spree_variants.rb
blob: b81f41ffe7a2c9099339bedd8dfa689ccdfc8be2 (plain)
1
2
3
4
5
class AddSubscribableToSpreeVariants < ActiveRecord::Migration
  def change
    add_column :spree_variants, :subscribable, :boolean, default: false
  end
end