14873: Adjusts latest API Server changes to be rails5 worthy.
[arvados.git] / services / api / db / migrate / 20140811184643_collection_use_regular_uuids.rb
index 4f83ecab2c7ad6fc77d195c08a4748710d105e52..62ef93f8c5019fdc34bfc7b920f5a0f76aa10623 100644 (file)
@@ -1,4 +1,8 @@
-class CollectionUseRegularUuids < ActiveRecord::Migration
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
+class CollectionUseRegularUuids < ActiveRecord::Migration[4.2]
   def up
     add_column :collections, :name, :string
     add_column :collections, :description, :string