14873: Marks past migrations with version 4.2
[arvados.git] / services / api / db / migrate / 20130626002829_add_is_active_to_users.rb
index 754ae6a44ff563c13517cd53f447ac0ffb2ce68d..91a69b3b68816f39445a38d7d81af7e9eff25c95 100644 (file)
@@ -2,7 +2,7 @@
 #
 # SPDX-License-Identifier: AGPL-3.0
 
-class AddIsActiveToUsers < ActiveRecord::Migration
+class AddIsActiveToUsers < ActiveRecord::Migration[4.2]
   def change
     add_column :users, :is_active, :boolean, :default => false
   end