]> git.openstreetmap.org Git - rails.git/blobdiff - db/migrate/055_change_map_bug_comment_type.rb
Use rails 4.2 defaults for older migrations
[rails.git] / db / migrate / 055_change_map_bug_comment_type.rb
index 6b84076237b7d6c23e0a95953315d163969c4197..c206325fab3dc0d675a0e976357bddf51c5c2242 100644 (file)
@@ -1,6 +1,6 @@
 require "migrate"
 
-class ChangeMapBugCommentType < ActiveRecord::Migration[5.0]
+class ChangeMapBugCommentType < ActiveRecord::Migration[4.2]
   def self.up
     change_column :map_bug_comment, :comment, :text
   end