X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/6fb70ef1e1398c30137580c8417e98693dfbfc1d..56e130608f8977d20b21c54f6ab8973d71e045a0:/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