14873: Adjusts latest API Server changes to be rails5 worthy.
[arvados.git] / services / api / db / migrate / 20130107181109_add_uuid_to_collections.rb
index af95260c1d8b18b16b6d7a07cca1767dad521ce9..ee226394637740a760217124df556aea40effa1b 100644 (file)
@@ -1,4 +1,8 @@
-class AddUuidToCollections < ActiveRecord::Migration
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
+class AddUuidToCollections < ActiveRecord::Migration[4.2]
   def change
     add_column :collections, :uuid, :string
   end