Sha256: a392e05b221c1edc7dad27a90c4922256a15787de886efc7c03e18315c9eabe5

Contents?: true

Size: 207 Bytes

Versions: 28

Compression:

Stored size: 207 Bytes

Contents

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

28 entries across 28 versions & 1 rubygems

Version Path
spree_promo-1.2.5 db/migrate/20110404123358_create_promotion_actions.rb
spree_promo-1.1.6 db/migrate/20110404123358_create_promotion_actions.rb
spree_promo-1.1.5 db/migrate/20110404123358_create_promotion_actions.rb
spree_promo-1.2.4 db/migrate/20110404123358_create_promotion_actions.rb
spree_promo-1.0.7 db/migrate/20110404123358_create_promotion_actions.rb
spree_promo-1.2.3 db/migrate/20110404123358_create_promotion_actions.rb
spree_promo-1.2.2 db/migrate/20110404123358_create_promotion_actions.rb
spree_promo-1.1.4 db/migrate/20110404123358_create_promotion_actions.rb
spree_promo-1.2.0 db/migrate/20110404123358_create_promotion_actions.rb
spree_promo-1.2.0.rc2 db/migrate/20110404123358_create_promotion_actions.rb
spree_promo-1.2.0.rc1 db/migrate/20110404123358_create_promotion_actions.rb
spree_promo-1.1.3 db/migrate/20110404123358_create_promotion_actions.rb
spree_promo-1.0.6 db/migrate/20110404123358_create_promotion_actions.rb
spree_promo-1.1.2 db/migrate/20110404123358_create_promotion_actions.rb
spree_promo-1.1.2.rc1 db/migrate/20110404123358_create_promotion_actions.rb
spree_promo-1.1.1 db/migrate/20110404123358_create_promotion_actions.rb
spree_promo-1.1.0 db/migrate/20110404123358_create_promotion_actions.rb
spree_promo-1.0.4 db/migrate/20110404123358_create_promotion_actions.rb
spree_promo-1.1.0.rc2 db/migrate/20110404123358_create_promotion_actions.rb
spree_promo-1.1.0.rc1 db/migrate/20110404123358_create_promotion_actions.rb