14873: Adjusts latest API Server changes to be rails5 worthy.
[arvados.git] / services / api / db / migrate / 20130123174514_add_uuid_index_to_users.rb
index f21d5e46ddf060e0cc5e2659a4b5e2616a33bdbc..96b1769d1ceafae48f85de91ab24fdc44f5add00 100644 (file)
@@ -1,4 +1,8 @@
-class AddUuidIndexToUsers < ActiveRecord::Migration
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
+class AddUuidIndexToUsers < ActiveRecord::Migration[4.2]
   def change
     add_index :users, :uuid, :unique => true
   end