Merge branch '15522-arvmount-ops-encoding'
[arvados.git] / services / api / db / migrate / 20130626022810_activate_all_admins.rb
index 9986a3052d3c020103f1629166f4feb626a38d2a..eb88373121eb01e4ab643e70a2845a46c829ac54 100644 (file)
@@ -2,7 +2,7 @@
 #
 # SPDX-License-Identifier: AGPL-3.0
 
-class ActivateAllAdmins < ActiveRecord::Migration
+class ActivateAllAdmins < ActiveRecord::Migration[4.2]
   def up
     User.update_all({is_active: true}, ['is_admin=?', true])
   end