Merge branch '15964-fix-docs' refs #15964
[arvados.git] / services / api / db / migrate / 20130708163414_rename_foreign_uuid_attributes.rb
index fa179da8019053b1a82ccb1b3cd3546fbb028710..957aa58e8fd9a32dbb060a0c8dda542f3266a450 100644 (file)
@@ -2,7 +2,7 @@
 #
 # SPDX-License-Identifier: AGPL-3.0
 
-class RenameForeignUuidAttributes < ActiveRecord::Migration
+class RenameForeignUuidAttributes < ActiveRecord::Migration[4.2]
   def change
     rename_column :api_client_authorizations, :default_owner, :default_owner_uuid
     [:api_clients, :authorized_keys, :collections,