X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/16f704326f44fd1e5e5e60b936c9b5895d6a6ff8..e1e1a215d954c3337a969019da7f7becc8d14012:/services/api/db/migrate/20140527152921_add_description_to_pipeline_templates.rb diff --git a/services/api/db/migrate/20140527152921_add_description_to_pipeline_templates.rb b/services/api/db/migrate/20140527152921_add_description_to_pipeline_templates.rb index 09e2ce1382..bc9b50ea3a 100644 --- a/services/api/db/migrate/20140527152921_add_description_to_pipeline_templates.rb +++ b/services/api/db/migrate/20140527152921_add_description_to_pipeline_templates.rb @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: AGPL-3.0 -class AddDescriptionToPipelineTemplates < ActiveRecord::Migration +class AddDescriptionToPipelineTemplates < ActiveRecord::Migration[4.2] def change add_column :pipeline_templates, :description, :text end