Merge branch '15286-fixes'
[arvados.git] / services / api / db / migrate / 20150512193020_read_only_on_keep_services.rb
index a510c16ccde9bdf4577be7e9949a36b8407d27b1..69e9f7f1f7cb885f410c94b531095db23b8151dd 100644 (file)
@@ -2,7 +2,7 @@
 #
 # SPDX-License-Identifier: AGPL-3.0
 
-class ReadOnlyOnKeepServices < ActiveRecord::Migration
+class ReadOnlyOnKeepServices < ActiveRecord::Migration[4.2]
   def change
     add_column :keep_services, :read_only, :boolean, null: false, default: false
   end