Sha256: b743ad96af9a9dc19268c1c7a45d9344733928f7f675f95c19fbe24c58e5893f
Contents?: true
Size: 321 Bytes
Versions: 39
Compression:
Stored size: 321 Bytes
Contents
class CreateSpreePromotionCategories < ActiveRecord::Migration 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
39 entries across 39 versions & 1 rubygems