nidus-sync/db/migrations/00075_address_parcel_geom_index.sql
Eli Ribble ff2ec0ad14
Split out ability to upload flyover data from pool uploads
Tons of changes here, all in the name of quickly getting to where I can
create test compliance letters.
2026-03-02 18:49:02 +00:00

3 lines
139 B
SQL

-- +goose Up
CREATE INDEX idx_address_geom ON address USING GIST (geom);
CREATE INDEX idx_parcel_geometry ON parcel USING GIST (geometry);