]> git.openstreetmap.org Git - rails.git/blobdiff - db/migrate.sql
rails updates
[rails.git] / db / migrate.sql
index 83840d5cfa097f9a1950e81e0010b0a626130cc3..abbc0ae244e240533900444bbdce3f2b6b504ee5 100644 (file)
@@ -1,7 +1,11 @@
 drop table meta_nodes;
 alter table current_nodes modify tags text not null;
 alter table current_nodes modify id bigint(64) not null auto_increment;
+alter table nodes modify tags text not null;
 
 
-alter table nodes modify tags text not null;
+drop table meta_segments;
+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;