Merge branch 'master' into 15106-trgm-text-search
[arvados.git] / services / api / db / migrate / 20160926194129_add_container_count.rb
index 063ce971518457b897731245cfa8719d7f31dfcf..4166cc45e3a6722cd15ab9e2bfc6ff5b92bd79dc 100644 (file)
@@ -2,7 +2,7 @@
 #
 # SPDX-License-Identifier: AGPL-3.0
 
-class AddContainerCount < ActiveRecord::Migration
+class AddContainerCount < ActiveRecord::Migration[4.2]
   def up
     add_column :container_requests, :container_count, :int, :default => 0
   end