Skip to content

Commit

Permalink
migration: drop not used column 'jobs.agent_class'. We can do it afte…
Browse files Browse the repository at this point in the history
…r all references to agent_class were removed in PR: ManageIQ#14356
  • Loading branch information
yrudman committed Mar 20, 2017
1 parent c4e5d2c commit 71d95be
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 71d95be

Please sign in to comment.