Sha256: 377b038194f341194462b60b9a48097e7a736fb16184f7c0060c6b2a1631f25d

Contents?: true

Size: 351 Bytes

Versions: 8

Compression:

Stored size: 351 Bytes

Contents

# This migration comes from tb_checkout_engine (originally 20140915202848)
class AddSpudUserAndSessionIdToTransactions < ActiveRecord::Migration
  def change
    change_table :tb_checkout_transactions do |t|
      t.integer :spud_user_id
      t.index :spud_user_id
      t.string :session_id, :limit => 32
      t.index :session_id
    end
  end
end

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
tb_checkout-1.1.1 spec/dummy/db/migrate/20140915234534_add_spud_user_and_session_id_to_transactions.tb_checkout_engine.rb
tb_checkout-1.1.0 spec/dummy/db/migrate/20140915234534_add_spud_user_and_session_id_to_transactions.tb_checkout_engine.rb
tb_checkout-1.0.7 spec/dummy/db/migrate/20140915234534_add_spud_user_and_session_id_to_transactions.tb_checkout_engine.rb
tb_checkout-1.0.6 spec/dummy/db/migrate/20140915234534_add_spud_user_and_session_id_to_transactions.tb_checkout_engine.rb
tb_checkout-1.0.5 spec/dummy/db/migrate/20140915234534_add_spud_user_and_session_id_to_transactions.tb_checkout_engine.rb
tb_commerce-0.0.1 spec/dummy/db/migrate/20150323152926_add_spud_user_and_session_id_to_transactions.tb_checkout_engine.rb
tb_checkout-1.0.4 spec/dummy/db/migrate/20140915234534_add_spud_user_and_session_id_to_transactions.tb_checkout_engine.rb
tb_checkout-1.0.3 spec/dummy/db/migrate/20140915234534_add_spud_user_and_session_id_to_transactions.tb_checkout_engine.rb