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