Tons of changes here, all in the name of quickly getting to where I can create test compliance letters.
3 lines
139 B
SQL
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);
|