Merge branch '15964-fix-docs' refs #15964
[arvados.git] / services / api / db / migrate / 20130528134100_update_nodes_index.rb
index cbfe7f601bd2cc8201bac8c0c3f5281a00aea5b5..5873eaa002e32a8d123504de5ea235ec36788cf2 100644 (file)
@@ -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