X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/16f704326f44fd1e5e5e60b936c9b5895d6a6ff8..060dc61639b8a5ac4458bc21d1120b3ad508b0a3:/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