Sha256: 07fad9be849d16836624fb1566cc8ffce192e67f4fc4b3aa0b9b25a0a30c17eb
Contents?: true
Size: 276 Bytes
Versions: 21
Compression:
Stored size: 276 Bytes
Contents
class AddAgentToPickupSchedule < ActiveRecord::Migration[7.1] def change add_reference :comee_core_pickup_schedules, :agent, index: {name: "agent_on_ccps_indx"}, foreign_key: {to_table: :comee_core_agents} end end
Version data entries
21 entries across 21 versions & 1 rubygems