Merge branch '15522-arvmount-ops-encoding'
[arvados.git] / services / api / db / migrate / 20190214214814_add_container_lock_count.rb
index 1208d30c8bdfd811dc59e00ed284cd3491a00998..34f70dabafb21314108c720a8c429ebf96627a0b 100644 (file)
@@ -2,7 +2,7 @@
 #
 # SPDX-License-Identifier: AGPL-3.0
 
-class AddContainerLockCount < ActiveRecord::Migration
+class AddContainerLockCount < ActiveRecord::Migration[4.2]
   def change
     add_column :containers, :lock_count, :int, :null => false, :default => 0
   end