X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/43773cb247a1fb744b57070b715bfa5d53a00822..c8b119d10b41cd507a6677d4feab7974362a153e:/services/api/db/migrate/20130123174514_add_uuid_index_to_users.rb diff --git a/services/api/db/migrate/20130123174514_add_uuid_index_to_users.rb b/services/api/db/migrate/20130123174514_add_uuid_index_to_users.rb index f21d5e46dd..96b1769d1c 100644 --- a/services/api/db/migrate/20130123174514_add_uuid_index_to_users.rb +++ b/services/api/db/migrate/20130123174514_add_uuid_index_to_users.rb @@ -1,4 +1,8 @@ -class AddUuidIndexToUsers < ActiveRecord::Migration +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + +class AddUuidIndexToUsers < ActiveRecord::Migration[4.2] def change add_index :users, :uuid, :unique => true end