X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/16f704326f44fd1e5e5e60b936c9b5895d6a6ff8..d05ce2853bafa4a23314813c8d7cb32c4162a0b4:/services/api/db/migrate/20140421151940_timestamps_not_null.rb diff --git a/services/api/db/migrate/20140421151940_timestamps_not_null.rb b/services/api/db/migrate/20140421151940_timestamps_not_null.rb index 4426befef1..6fbd10f1a4 100644 --- a/services/api/db/migrate/20140421151940_timestamps_not_null.rb +++ b/services/api/db/migrate/20140421151940_timestamps_not_null.rb @@ -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'