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

Version Path
datashift_spree-0.3.0 spec/sandbox/db/migrate/20121023154476_create_promotion_actions.spree_promo.rb
datashift_spree-0.2.1 spec/sandbox/db/migrate/20121015151269_create_promotion_actions.spree_promo.rb
datashift_spree-0.2.0 spec/sandbox/db/migrate/20120925192837_create_promotion_actions.spree_promo.rb
datashift_spree-0.1.0 spec/sandbox/db/migrate/20120918081568_create_promotion_actions.spree_promo.rb