Sha256: 72ec223ca1c39d5b8ca0cde9ab5a8722192e304a7e88746595953387ecf31469
Contents?: true
Size: 371 Bytes
Versions: 4
Compression:
Stored size: 371 Bytes
Contents
# This migration comes from spree_promo (originally 20120119024708) class CreateSpreePendingPromotions < ActiveRecord::Migration def change create_table :spree_pending_promotions do |t| t.references :user t.references :promotion end add_index :spree_pending_promotions, :user_id add_index :spree_pending_promotions, :promotion_id end end
Version data entries
4 entries across 4 versions & 1 rubygems