X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f4ca9ad94a6bb006d1f3c7ba207837f1736d1247..cd3966ee048de85447418f00869eec59b38fd7b2:/services/api/db/migrate/20130528134100_update_nodes_index.rb?ds=sidebyside diff --git a/services/api/db/migrate/20130528134100_update_nodes_index.rb b/services/api/db/migrate/20130528134100_update_nodes_index.rb index cbfe7f601b..5873eaa002 100644 --- a/services/api/db/migrate/20130528134100_update_nodes_index.rb +++ b/services/api/db/migrate/20130528134100_update_nodes_index.rb @@ -1,4 +1,8 @@ -class UpdateNodesIndex < ActiveRecord::Migration +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + +class UpdateNodesIndex < ActiveRecord::Migration[4.2] def up remove_index :nodes, :hostname add_index :nodes, :hostname