X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0f644e242ef37c911ad3dc25aca8135c339de349..dcdf385b2852acf95f41e2340d07cd68cb34e371:/services/api/db/migrate/20130528134100_update_nodes_index.rb diff --git a/services/api/db/migrate/20130528134100_update_nodes_index.rb b/services/api/db/migrate/20130528134100_update_nodes_index.rb index 94ea67d97c..5873eaa002 100644 --- a/services/api/db/migrate/20130528134100_update_nodes_index.rb +++ b/services/api/db/migrate/20130528134100_update_nodes_index.rb @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: AGPL-3.0 -class UpdateNodesIndex < ActiveRecord::Migration +class UpdateNodesIndex < ActiveRecord::Migration[4.2] def up remove_index :nodes, :hostname add_index :nodes, :hostname