mirror of
https://github.com/bellingcat/osm-search.git
synced 2026-06-11 04:58:31 +03:00
Add database setup scripts
This commit is contained in:
3
database/cluster.sql
Normal file
3
database/cluster.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
CLUSTER planet_osm_point USING planet_osm_point_way_idx;
|
||||
CLUSTER planet_osm_line USING planet_osm_line_way_idx;
|
||||
CLUSTER planet_osm_polygon USING planet_osm_polygon_way_idx;
|
||||
Reference in New Issue
Block a user