Skip to content

Commit

Permalink
Merge pull request ManageIQ#14380 from yrudman/drop-agent-class-attri…
Browse files Browse the repository at this point in the history
…bute-from-jobs

Drop 'jobs.agent_class' column
  • Loading branch information
Fryguy authored Mar 21, 2017
2 parents a8c79fb + 71d95be commit 1c97ccd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions db/migrate/20170317134007_remove_agent_class_from_jobs.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
class RemoveAgentClassFromJobs < ActiveRecord::Migration[5.0]
def change
remove_column :jobs, :agent_class, :string
end
end
1 change: 0 additions & 1 deletion db/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1578,7 +1578,6 @@ jobs:
- type
- process
- agent_id
- agent_class
- agent_message
- started_on
- dispatch_status
Expand Down

0 comments on commit 1c97ccd

Please sign in to comment.