X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/964ab3dd90ff1508efc0c77378cde2b3a4da1029..5f46fe83d8a15048c4a5b90553c379803e99b135:/services/api/db/migrate/20130107181109_add_uuid_to_collections.rb diff --git a/services/api/db/migrate/20130107181109_add_uuid_to_collections.rb b/services/api/db/migrate/20130107181109_add_uuid_to_collections.rb index af95260c1d..614599bbf8 100644 --- a/services/api/db/migrate/20130107181109_add_uuid_to_collections.rb +++ b/services/api/db/migrate/20130107181109_add_uuid_to_collections.rb @@ -1,3 +1,7 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + class AddUuidToCollections < ActiveRecord::Migration def change add_column :collections, :uuid, :string