Sha256: 77cb9b2703ead155ef5108063b66edfda63feecec928fbae1ae0ab8220d4770d

Contents?: true

Size: 194 Bytes

Versions: 7

Compression:

Stored size: 194 Bytes

Contents

# This migration comes from spree (originally 20110110130847)
class AddNextStateToStateEvents < ActiveRecord::Migration
  def change
    add_column :state_events, :next_state, :string
  end
end

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
spree_mercado_pago_payment_method-0.0.2 spec/dummy/db/migrate/20121121030216_add_next_state_to_state_events.spree.rb
spree_mercado_pago_payment_method-0.1.1 spec/dummy/db/migrate/20121121030216_add_next_state_to_state_events.spree.rb
spree_mercado_pago_payment_method-0.1.0 spec/dummy/db/migrate/20121121030216_add_next_state_to_state_events.spree.rb
datashift_spree-0.3.0 spec/sandbox/db/migrate/20121023154435_add_next_state_to_state_events.spree.rb
datashift_spree-0.2.1 spec/sandbox/db/migrate/20121015151228_add_next_state_to_state_events.spree.rb
datashift_spree-0.2.0 spec/sandbox/db/migrate/20120925192796_add_next_state_to_state_events.spree.rb
datashift_spree-0.1.0 spec/sandbox/db/migrate/20120918081527_add_next_state_to_state_events.spree.rb