]> git.openstreetmap.org Git - rails.git/blob - db/migrate.sql
83840d5cfa097f9a1950e81e0010b0a626130cc3
[rails.git] / db / migrate.sql
1 drop table meta_nodes;
2 alter table current_nodes modify tags text not null;
3 alter table current_nodes modify id bigint(64) not null auto_increment;
4
5
6 alter table nodes modify tags text not null;
7