NYCPlanning / ae-zoning-api

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

Export schemas from schema/index.ts #285

Closed TangoYankee closed 4 months ago

TangoYankee commented 4 months ago

Description

We need to export every schema from the schema/index.ts file. Without these exports, the "query" syntax will not work for Drizzle. For example, we are able to use it for boroughs. We will not be able to use it for community-districts or any other new schema until we add these exports.

Acceptance criteria