X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/19ae770973482257117fe8ded5619c3018c4b60f..31c66b5b49d05d9a0019bea85112cea6daeb7f1a:/services/api/db/migrate/20130109175700_create_pipelines.rb diff --git a/services/api/db/migrate/20130109175700_create_pipelines.rb b/services/api/db/migrate/20130109175700_create_pipelines.rb index fe05886055..972712c765 100644 --- a/services/api/db/migrate/20130109175700_create_pipelines.rb +++ b/services/api/db/migrate/20130109175700_create_pipelines.rb @@ -1,4 +1,8 @@ -class CreatePipelines < ActiveRecord::Migration +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + +class CreatePipelines < ActiveRecord::Migration[4.2] def up create_table :pipelines do |t| t.string :uuid