split_node_tags: Forgot to migrate current_way_tags to InnoDB.
This commit is contained in:
parent
de90f11f53
commit
71e390bf31
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
class MoveToInnodb < ActiveRecord::Migration
|
||||
@@conv_tables = ['nodes', 'ways', 'way_tags', 'way_nodes',
|
||||
'current_way_nodes', 'relation_members', 'relations',
|
||||
'relation_tags', 'current_relation_tags']
|
||||
'current_way_nodes', 'current_way_tags', 'relation_members',
|
||||
'relations', 'relation_tags', 'current_relation_tags']
|
||||
|
||||
@@ver_tbl = ['nodes', 'ways', 'relations']
|
||||
|
||||
|
@ -25,5 +25,6 @@ class MoveToInnodb < ActiveRecord::Migration
|
|||
end
|
||||
|
||||
def self.down
|
||||
raise IrreversibleMigration.new
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue