X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/2755c8e5060fc5f84c91e089b43d5019c84cd93b..d0cdf85679a85998885c154d69dd317bd3396d7c:/services/api/db/migrate/20160808151559_create_workflows.rb diff --git a/services/api/db/migrate/20160808151559_create_workflows.rb b/services/api/db/migrate/20160808151559_create_workflows.rb index 23319b6119..29960abf63 100644 --- a/services/api/db/migrate/20160808151559_create_workflows.rb +++ b/services/api/db/migrate/20160808151559_create_workflows.rb @@ -1,4 +1,8 @@ -class CreateWorkflows < ActiveRecord::Migration +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + +class CreateWorkflows < ActiveRecord::Migration[4.2] def up create_table :workflows do |t| t.string :uuid