X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/964ab3dd90ff1508efc0c77378cde2b3a4da1029..7e358c01226d55a44ca7b6224f9c33c38510572b:/services/api/db/migrate/20130218181504_add_properties_to_pipeline_invocations.rb diff --git a/services/api/db/migrate/20130218181504_add_properties_to_pipeline_invocations.rb b/services/api/db/migrate/20130218181504_add_properties_to_pipeline_invocations.rb index 62bb5923d2..fef4a5a5b8 100644 --- a/services/api/db/migrate/20130218181504_add_properties_to_pipeline_invocations.rb +++ b/services/api/db/migrate/20130218181504_add_properties_to_pipeline_invocations.rb @@ -1,4 +1,8 @@ -class AddPropertiesToPipelineInvocations < ActiveRecord::Migration +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + +class AddPropertiesToPipelineInvocations < ActiveRecord::Migration[4.2] def change add_column :pipeline_invocations, :properties, :text end