]> git.openstreetmap.org Git - rails.git/blobdiff - db/migrate.sql
add the model
[rails.git] / db / migrate.sql
index 2d55fb552fe1b44540228a887f7d0733781194f2..b6bc48135f4c95249fa19c7760f2ecc84e824a75 100644 (file)
@@ -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);