14873: Adjusts latest API Server changes to be rails5 worthy.
[arvados.git] / services / api / db / migrate / 20130105224358_rename_metadata_class.rb
index 4388ae49d642fdcb33ccedee5ad27ea02fdbba8b..cea5d29a2b6b73010b52790abd2441b645b28dd2 100644 (file)
@@ -1,4 +1,8 @@
-class RenameMetadataClass < ActiveRecord::Migration
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
+class RenameMetadataClass < ActiveRecord::Migration[4.2]
   def up
     rename_column :metadata, :metadatum_class, :metadata_class
   end