Sha256: 1f0f2cb2e47304fcfb2994a0bb1144a06c1d427274c3e572666d4a778e915a06
Contents?: true
Size: 310 Bytes
Versions: 14
Compression:
Stored size: 310 Bytes
Contents
class CreateSpreePromotionCategories < ActiveRecord::Migration def change create_table :spree_promotion_categories do |t| t.string :name t.timestamps end add_column :spree_promotions, :promotion_category_id, :integer add_index :spree_promotions, :promotion_category_id end end
Version data entries
14 entries across 14 versions & 1 rubygems