]> git.openstreetmap.org Git - rails.git/commitdiff
The current_way_nodes table is already an InnoDB table.
authorTom Hughes <tom@compton.nu>
Sun, 4 May 2008 14:50:53 +0000 (14:50 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 4 May 2008 14:50:53 +0000 (14:50 +0000)
db/migrate/014_move_to_innodb.rb

index da6442daba1fc334be9cffe675927b715ce53261..c551b0ef812cb3ee09e3d9fa27ea336f2ad16000 100644 (file)
@@ -1,6 +1,6 @@
 class MoveToInnodb < ActiveRecord::Migration
   @@conv_tables = ['nodes', 'ways', 'way_tags', 'way_nodes',
-    'current_way_nodes', 'current_way_tags', 'relation_members',
+    'current_way_tags', 'relation_members',
     'relations', 'relation_tags', 'current_relation_tags']
 
   @@ver_tbl = ['nodes', 'ways', 'relations']