Merge branch '19362-all-webdav-via-sitefs'
[arvados.git] / services / api / db / migrate / 20150303210106_fix_collection_portable_data_hash_with_hinted_manifest.rb
index 31fc683e20085966c122f46e046dd3bd70722f3c..8814fc87d330875c14f53ccf9d4e6cd5983c247f 100644 (file)
@@ -5,7 +5,7 @@
 require 'has_uuid'
 require 'kind_and_etag'
 
-class FixCollectionPortableDataHashWithHintedManifest < ActiveRecord::Migration
+class FixCollectionPortableDataHashWithHintedManifest < ActiveRecord::Migration[4.2]
   include CurrentApiClient
 
   class ArvadosModel < ActiveRecord::Base