diff --git a/db/migrate/20170317134007_remove_agent_class_from_jobs.rb b/db/migrate/20170317134007_remove_agent_class_from_jobs.rb new file mode 100644 index 00000000000..5c25a7b47f4 --- /dev/null +++ b/db/migrate/20170317134007_remove_agent_class_from_jobs.rb @@ -0,0 +1,5 @@ +class RemoveAgentClassFromJobs < ActiveRecord::Migration[5.0] + def change + remove_column :jobs, :agent_class, :string + end +end diff --git a/db/schema.yml b/db/schema.yml index 50cbbed667d..35fdff54eed 100644 --- a/db/schema.yml +++ b/db/schema.yml @@ -1578,7 +1578,6 @@ jobs: - type - process - agent_id -- agent_class - agent_message - started_on - dispatch_status