]> git.openstreetmap.org Git - rails.git/blobdiff - db/migrate/021_move_to_innodb.rb
Use rails 4.2 defaults for older migrations
[rails.git] / db / migrate / 021_move_to_innodb.rb
index d1c20bcdbc2764c17d625f33cb980408a22f0359..47ebecc835aa16d6ef0ed088d075dffbe0584fed 100644 (file)
@@ -1,6 +1,6 @@
 require "migrate"
 
-class MoveToInnodb < ActiveRecord::Migration[5.0]
+class MoveToInnodb < ActiveRecord::Migration[4.2]
   @conv_tables = %w[nodes ways way_tags way_nodes current_way_tags relation_members relations relation_tags current_relation_tags]
 
   @ver_tbl = %w[nodes ways relations]