X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/222d31e435f003ec59e84860d2fa5129449f69de..e62fe92282de957f0be76bee2d21de50bffd8625:/db/migrate.sql diff --git a/db/migrate.sql b/db/migrate.sql index 2d55fb552..b6bc48135 100644 --- a/db/migrate.sql +++ b/db/migrate.sql @@ -8,7 +8,7 @@ alter table current_segments modify tags text not null; 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);