Sha256: 68ea0b3f5c1ea50580dbebd45f5472cdff3b647816bf4eac869d25258e2083e4
Contents?: true
Size: 312 Bytes
Versions: 22
Compression:
Stored size: 312 Bytes
Contents
class AddJobInvocationTaskGroup < ActiveRecord::Migration 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
22 entries across 22 versions & 1 rubygems