Sha256: 2a405bb7a19444822a2f0daec6b0064e98f771cedb9a2e5bee2ab6262e268e4d

Contents?: true

Size: 184 Bytes

Versions: 4

Compression:

Stored size: 184 Bytes

Contents

# This migration comes from spree_promo (originally 20100502163939)
class NameForPromotions < ActiveRecord::Migration
  def change
    add_column :promotions, :name, :string
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
datashift_spree-0.3.0 spec/sandbox/db/migrate/20121023154472_name_for_promotions.spree_promo.rb
datashift_spree-0.2.1 spec/sandbox/db/migrate/20121015151265_name_for_promotions.spree_promo.rb
datashift_spree-0.2.0 spec/sandbox/db/migrate/20120925192833_name_for_promotions.spree_promo.rb
datashift_spree-0.1.0 spec/sandbox/db/migrate/20120918081564_name_for_promotions.spree_promo.rb