Skip to content

Commit

Permalink
Merge pull request #342 from rustprooflabs/db-migration-0-9-0
Browse files Browse the repository at this point in the history
Add migration script for 0.9.0 changes
  • Loading branch information
rustprooflabs authored Jun 24, 2023
2 parents 3b505eb + 7871336 commit 50c6ddd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions db/data-migration/0.9.0.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
DROP VIEW osm.vbuilding_all;
DROP VIEW osm.vshop_all;
DROP MATERIALIZED VIEW osm.vpoi_all;

0 comments on commit 50c6ddd

Please sign in to comment.