Merge branch '15286-fixes'
[arvados.git] / services / api / db / migrate / 20130708163414_rename_foreign_uuid_attributes.rb
index 122571b25121048cc9820513bbac3cf893106a30..957aa58e8fd9a32dbb060a0c8dda542f3266a450 100644 (file)
@@ -1,4 +1,8 @@
-class RenameForeignUuidAttributes < ActiveRecord::Migration
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
+class RenameForeignUuidAttributes < ActiveRecord::Migration[4.2]
   def change
     rename_column :api_client_authorizations, :default_owner, :default_owner_uuid
     [:api_clients, :authorized_keys, :collections,