diff --git a/db/data-migration/0.9.0.sql b/db/data-migration/0.9.0.sql new file mode 100644 index 00000000..9a70a46e --- /dev/null +++ b/db/data-migration/0.9.0.sql @@ -0,0 +1,3 @@ +DROP VIEW osm.vbuilding_all; +DROP VIEW osm.vshop_all; +DROP MATERIALIZED VIEW osm.vpoi_all; \ No newline at end of file