Sha256: ba67085e7df1b92e529991df10777107b4ef7383c91977def8d19e1c93726792
Contents?: true
Size: 215 Bytes
Versions: 24
Compression:
Stored size: 215 Bytes
Contents
class AddSaleToSpreePromotions < ActiveRecord::Migration def change add_column :spree_promotions, :apply_automatically, :boolean, default: false add_index :spree_promotions, :apply_automatically end end
Version data entries
24 entries across 24 versions & 1 rubygems