Merge branch '15286-fixes'
[arvados.git] / services / api / db / migrate / 20150312151136_change_collection_expires_at_to_datetime.rb
index 96988e290782325d5f3c032c6f1bcb1487ffda84..0aca20b27b818b8d29f17ff4c975c25581c1abb8 100644 (file)
@@ -2,7 +2,7 @@
 #
 # SPDX-License-Identifier: AGPL-3.0
 
-class ChangeCollectionExpiresAtToDatetime < ActiveRecord::Migration
+class ChangeCollectionExpiresAtToDatetime < ActiveRecord::Migration[4.2]
   def up
     change_column :collections, :expires_at, :datetime
   end