X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/fcd37587f2a1343e59139926ef6c00d3fb04002c..ece8999dcdfa84f146aa7ad39071b48260b0d7fe:/db/migrate.sql?ds=sidebyside diff --git a/db/migrate.sql b/db/migrate.sql index 4638ba5a1..0bf3c3a90 100644 --- a/db/migrate.sql +++ b/db/migrate.sql @@ -15,9 +15,6 @@ alter table current_ways modify id bigint(64) not null auto_increment, add prima alter table current_way_tags change k k varchar(255) not null default ''; alter table current_way_tags change v v varchar(255) not null default ''; -alter table gpx_files add column data longblob; -alter table gpx_files add column mime_type varchar(255); alter table gpx_files change private public boolean default 1 not null; update gpx_files set public = !public; -