Merge branch '19362-all-webdav-via-sitefs'
[arvados.git] / services / api / db / migrate / 20170419173712_add_object_owner_index_to_logs.rb
index 44ae7e5ef9cba044ec238d2b0df4abf9469ef27c..c02b469ef29d0bec60af45f7a8372fa9b45f6030 100644 (file)
@@ -2,7 +2,7 @@
 #
 # SPDX-License-Identifier: AGPL-3.0
 
-class AddObjectOwnerIndexToLogs < ActiveRecord::Migration
+class AddObjectOwnerIndexToLogs < ActiveRecord::Migration[4.2]
   def change
     add_index :logs, :object_owner_uuid
   end