Merge branch '15964-fix-docs' refs #15964
[arvados.git] / services / api / db / migrate / 20140421151940_timestamps_not_null.rb
index 4426befef1beb034febdcb6663cfb4f36a474100..6fbd10f1a4756d53cc03bc81ea1bf06e6d5b4982 100644 (file)
@@ -2,7 +2,7 @@
 #
 # SPDX-License-Identifier: AGPL-3.0
 
-class TimestampsNotNull < ActiveRecord::Migration
+class TimestampsNotNull < ActiveRecord::Migration[4.2]
   def up
     ActiveRecord::Base.connection.tables.each do |t|
       next if t == 'schema_migrations'