X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0eb72b526bf8bbb011551ecf019f604e17a534f1..415910149bed2eef6ae818b7c059d413934df06e:/services/api/db/migrate/20160324144017_add_components_to_job.rb?ds=sidebyside diff --git a/services/api/db/migrate/20160324144017_add_components_to_job.rb b/services/api/db/migrate/20160324144017_add_components_to_job.rb index ea6ca6353e..99b24428f5 100644 --- a/services/api/db/migrate/20160324144017_add_components_to_job.rb +++ b/services/api/db/migrate/20160324144017_add_components_to_job.rb @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: AGPL-3.0 -class AddComponentsToJob < ActiveRecord::Migration +class AddComponentsToJob < ActiveRecord::Migration[4.2] def up add_column :jobs, :components, :text end