1 # Copyright (C) The Arvados Authors. All rights reserved.
3 # SPDX-License-Identifier: AGPL-3.0
5 class UpdateNodesIndex < ActiveRecord::Migration[4.2]
7 remove_index :nodes, :hostname
8 add_index :nodes, :hostname
11 remove_index :nodes, :hostname
12 add_index :nodes, :hostname, :unique => true