X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/19ae770973482257117fe8ded5619c3018c4b60f..7f4d69cf43a7a743a491105665b3b878a3cfd11c:/services/api/db/migrate/20130326182917_create_commit_ancestors.rb diff --git a/services/api/db/migrate/20130326182917_create_commit_ancestors.rb b/services/api/db/migrate/20130326182917_create_commit_ancestors.rb index 46a8dc62c8..59fc3c253f 100644 --- a/services/api/db/migrate/20130326182917_create_commit_ancestors.rb +++ b/services/api/db/migrate/20130326182917_create_commit_ancestors.rb @@ -1,4 +1,8 @@ -class CreateCommitAncestors < ActiveRecord::Migration +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + +class CreateCommitAncestors < ActiveRecord::Migration[4.2] def change create_table :commit_ancestors do |t| t.string :repository_name