X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f4ca9ad94a6bb006d1f3c7ba207837f1736d1247..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 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