Sha256: 8c2f29f5be7ae749c1b9e3f137ae9add2ca538b7e9dd29a2da0109461c9f6997
Contents?: true
Size: 274 Bytes
Versions: 9
Compression:
Stored size: 274 Bytes
Contents
# This migration comes from spree (originally 20131211112807) class CreateSpreeOrdersPromotions < ActiveRecord::Migration[4.2] def change create_table :spree_orders_promotions, id: false do |t| t.references :order t.references :promotion end end end
Version data entries
9 entries across 9 versions & 2 rubygems