Skip to content

Commit

Permalink
Merge pull request ManageIQ#14634 from yrudman/drop-agent_id_column-f…
Browse files Browse the repository at this point in the history
…rom-jobs

Drop 'jobs.agent_id' column.
  • Loading branch information
gtanzillo committed May 12, 2017
2 parents 12bf10a + 404f3e8 commit 1d7cc86
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions db/migrate/20170509230548_remove_agent_id_from_jobs.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
class RemoveAgentIdFromJobs < ActiveRecord::Migration[5.0]
def change
remove_column :jobs, :agent_id, :bigint
end
end
1 change: 0 additions & 1 deletion db/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1557,7 +1557,6 @@ jobs:
- target_id
- target_class
- type
- agent_id
- agent_message
- started_on
- dispatch_status
Expand Down

0 comments on commit 1d7cc86

Please sign in to comment.