14873: Adjusts latest API Server changes to be rails5 worthy.
[arvados.git] / services / api / db / migrate / 20130105224618_rename_collection_created_by_client.rb
index 9b5b1c195d1d4ae6ef4cea3cd0a03aba88caa5ba..7e5450f49ff723cbfc8d5eb82a4cbffe1fe8e431 100644 (file)
@@ -1,4 +1,8 @@
-class RenameCollectionCreatedByClient < ActiveRecord::Migration
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
+class RenameCollectionCreatedByClient < ActiveRecord::Migration[4.2]
   def up
     rename_column :collections, :create_by_client, :created_by_client
   end