NYCPlanning / ae-zoning-api

This application is API for serving data related to zoning and tax lots.
1 stars 0 forks source link

Correct geometry type of community district long island state plane field #334

Closed TangoYankee closed 2 days ago

TangoYankee commented 1 week ago

Description

The lift field of the community district table is incorrectly typed as a multipoint. The correct geometry type is multipolygon. The schema needs to be corrected and a migration needs to be generated to apply the schema change. Because data already exists in the database, the migration will likely need to also drop the existing point data before changing the geometry type.

Acceptance criteria