Sha256: d41c178af0f6835d6474b8bd30a6db9cb6ebe936f6ab43233f6842c469435740
Contents?: true
Size: 156 Bytes
Versions: 50
Compression:
Stored size: 156 Bytes
Contents
class AddProfileIdToAgent < ActiveRecord::Migration def change add_column :agents, :profile_id, :integer add_index :agents, :profile_id end end
Version data entries
50 entries across 44 versions & 12 rubygems