X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/19ae770973482257117fe8ded5619c3018c4b60f..a7631a1ccb6e2a6925d00a06562e171c4ce4ea2f:/services/api/db/migrate/20140501165548_add_unique_name_index_to_links.rb diff --git a/services/api/db/migrate/20140501165548_add_unique_name_index_to_links.rb b/services/api/db/migrate/20140501165548_add_unique_name_index_to_links.rb index 444265a2ee..9c177f788a 100644 --- a/services/api/db/migrate/20140501165548_add_unique_name_index_to_links.rb +++ b/services/api/db/migrate/20140501165548_add_unique_name_index_to_links.rb @@ -1,4 +1,8 @@ -class AddUniqueNameIndexToLinks < ActiveRecord::Migration +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + +class AddUniqueNameIndexToLinks < ActiveRecord::Migration[4.2] def change # Make sure PgPower is here. Otherwise the "where" will be ignored # and we'll end up with a far too restrictive unique