Sha256: 9d67bc59742f68b442169abb47d6c62058ff61ff1373857af3eb5a90cd6a95d1
Contents?: true
Size: 275 Bytes
Versions: 4
Compression:
Stored size: 275 Bytes
Contents
# This migration comes from spree_promo (originally 20110404123358) class CreatePromotionActions < ActiveRecord::Migration def change create_table :promotion_actions do |t| t.integer :activator_id t.integer :position t.string :type end end end
Version data entries
4 entries across 4 versions & 1 rubygems