Merge branch 'master' into 15106-trgm-text-search
[arvados.git] / services / api / db / migrate / 20140826180337_remove_output_is_persistent_column.rb
index dbb4c06d74958b9c096dddc63d34d7079fa32541..453ce90fdb34e1ba8526cae7fd99ab2d240c921e 100644 (file)
@@ -2,7 +2,7 @@
 #
 # SPDX-License-Identifier: AGPL-3.0
 
-class RemoveOutputIsPersistentColumn < ActiveRecord::Migration
+class RemoveOutputIsPersistentColumn < ActiveRecord::Migration[4.2]
   def up
     remove_column :jobs, :output_is_persistent
   end