Sha256: 6dbebb263fae3845db1de6793791d68c00f4d21aadacee160e8be395fcffbb00
Contents?: true
Size: 322 Bytes
Versions: 37
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
37 entries across 37 versions & 2 rubygems