Sha256: 7e75c4c3db0f23e43e1ec7ba64ebba89f25ec4164f987bc792ff1220a14688ce
Contents?: true
Size: 317 Bytes
Versions: 140
Compression:
Stored size: 317 Bytes
Contents
class AddJobInvocationTaskGroup < ActiveRecord::Migration[4.2] def up add_column :job_invocations, :task_group_id, :integer, :index => true add_foreign_key :job_invocations, :foreman_tasks_task_groups, :column => :task_group_id end def down remove_column :job_invocations, :task_group_id end end
Version data entries
140 entries across 140 versions & 1 rubygems