1 # Copyright (C) The Arvados Authors. All rights reserved.
3 # SPDX-License-Identifier: AGPL-3.0
5 class AddIndexToCollectionsAndMetadata < ActiveRecord::Migration
7 add_index :collections, :uuid, :unique => true
8 add_index :metadata, :uuid, :unique => true
11 remove_index :metadata, :uuid
12 remove_index :collections, :uuid