Merge branch '15522-arvmount-ops-encoding'
[arvados.git] / services / api / db / migrate / 20140407184311_rename_log_info_to_properties.rb
index 06561c59ae0236187743410721491527aa92ef37..35fabeacb5e8ac13987e0f6811eebdbd7c72f276 100644 (file)
@@ -1,4 +1,8 @@
-class RenameLogInfoToProperties < ActiveRecord::Migration
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
+class RenameLogInfoToProperties < ActiveRecord::Migration[4.2]
   def change
     rename_column :logs, :info, :properties
   end