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