alter table current_segments modify id bigint(64) not null auto_increment;
alter table segments modify tags text not null;
-drop table meta_ways
+drop table meta_ways;
alter table current_ways drop index current_ways_id_visible_idx;
alter table current_ways modify id bigint(64) not null auto_increment, add primary key(id);