X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/fb3c02b38a24cda422de95f2f8b49002b841cc72..b19eea5a71ff3fa6259df25bc0726bd1e152d89b:/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..ee22639463 100644 --- a/services/api/db/migrate/20130107181109_add_uuid_to_collections.rb +++ b/services/api/db/migrate/20130107181109_add_uuid_to_collections.rb @@ -1,4 +1,8 @@ -class AddUuidToCollections < ActiveRecord::Migration +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + +class AddUuidToCollections < ActiveRecord::Migration[4.2] def change add_column :collections, :uuid, :string end