Sha256: 4844a8ecf8a5c9cbbef7cdbef075caa5e988092845735d03925cafcdb096b3cb
Contents?: true
Size: 161 Bytes
Versions: 1
Compression:
Stored size: 161 Bytes
Contents
class AddProfileIdToAgent < ActiveRecord::Migration[5.1] def change add_column :agents, :profile_id, :integer add_index :agents, :profile_id end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
enju_seed-0.4.0.beta.1 | spec/dummy/db/migrate/20151125004028_add_profile_id_to_agent.rb |