Sha256: 368589922af717c0519321c6586ed34c45bcc55ab3106eef5cb7d75335154417
Contents?: true
Size: 272 Bytes
Versions: 14
Compression:
Stored size: 272 Bytes
Contents
# This migration comes from spree (originally 20131211112807) class CreateSpreeOrdersPromotions < ActiveRecord::Migration def change create_table :spree_orders_promotions, :id => false do |t| t.references :order t.references :promotion end end end
Version data entries
14 entries across 14 versions & 7 rubygems