Sha256: 6dbebb263fae3845db1de6793791d68c00f4d21aadacee160e8be395fcffbb00
Contents?: true
Size: 322 Bytes
Versions: 38
Compression:
Stored size: 322 Bytes
Contents
class CreateSpreePromotionCategories < ActiveRecord::Migration 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
38 entries across 38 versions & 2 rubygems