Sha256: 51b10e681f66bdf418e363f88469b864e3c8747b4e843499f49b74695aece2b0
Contents?: true
Size: 161 Bytes
Versions: 160
Compression:
Stored size: 161 Bytes
Contents
class AddProfileIdToAgent < ActiveRecord::Migration[4.2] def change add_column :agents, :profile_id, :integer add_index :agents, :profile_id end end
Version data entries
160 entries across 160 versions & 21 rubygems