NYCPlanning / ae-zoning-api

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

Update geom in community district schema and create migration file #335

Closed pratishta closed 3 months ago

pratishta commented 3 months ago

Closes https://github.com/NYCPlanning/ae-zoning-api/issues/334

pratishta commented 3 months ago

Updated to have two migration files, one custom to set incorrect point data to null and another generated from updating the community district geom type schema

pratishta commented 3 months ago

Updated to have two auto-generated migrations. First from deleting the li_ft column from the schema and generating. Second from adding the li_ft column with the polygon geometry type and generating again.