Sha256: 89167b16f798f8e3f1b1dcd1287cdd349a5880b5b79a1fafae66dedfcbe797dd
Contents?: true
Size: 161 Bytes
Versions: 6
Compression:
Stored size: 161 Bytes
Contents
class AddProfileIdToAgent < ActiveRecord::Migration[5.2] def change add_column :agents, :profile_id, :integer add_index :agents, :profile_id end end
Version data entries
6 entries across 6 versions & 6 rubygems