Merge branch '15964-fix-docs' refs #15964
[arvados.git] / services / api / db / migrate / 20180913175443_add_version_info_to_collections.rb
index a624dd9aff3d25c9479b250a90286660882f70bc..b5a8b7171830742c89b706cceaed858ff36e37a9 100644 (file)
@@ -2,7 +2,7 @@
 #
 # SPDX-License-Identifier: AGPL-3.0
 
-class AddVersionInfoToCollections < ActiveRecord::Migration
+class AddVersionInfoToCollections < ActiveRecord::Migration[4.2]
   def change
     # Do changes in bulk to save time on huge tables
     change_table :collections, :bulk => true do |t|