Sha256: 9ed4a6d755c64518ae80e28f9b2878dc2efb6201fa814f06e44f6fbeedf99171
Contents?: true
Size: 326 Bytes
Versions: 21
Compression:
Stored size: 326 Bytes
Contents
class CreateSpreePromotionCategories < ActiveRecord::Migration[4.2] def change create_table :spree_promotion_categories do |t| t.string :name t.timestamps null: true end add_column :spree_promotions, :promotion_category_id, :integer add_index :spree_promotions, :promotion_category_id end end
Version data entries
21 entries across 21 versions & 1 rubygems