The current_way_nodes table is already an InnoDB table.
This commit is contained in:
parent
1bbc523e0f
commit
e7e5ae7aaa
1 changed files with 1 additions and 1 deletions
|
@ -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']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue