X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f4ca9ad94a6bb006d1f3c7ba207837f1736d1247..cf259a01bda2800cce674436661d3ca708f5d070:/services/api/db/migrate/20130109220548_create_pipeline_invocations.rb diff --git a/services/api/db/migrate/20130109220548_create_pipeline_invocations.rb b/services/api/db/migrate/20130109220548_create_pipeline_invocations.rb index 147fdadc9b..b81884a354 100644 --- a/services/api/db/migrate/20130109220548_create_pipeline_invocations.rb +++ b/services/api/db/migrate/20130109220548_create_pipeline_invocations.rb @@ -1,4 +1,8 @@ -class CreatePipelineInvocations < ActiveRecord::Migration +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + +class CreatePipelineInvocations < ActiveRecord::Migration[4.2] def up create_table :pipeline_invocations do |t| t.string :uuid