You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
TangoYankee
changed the title
Move zoning district class category from enum to check constraint
Refactor zoning district class category from enum to check constraint
Nov 13, 2024
Acceptance criteria
categoryEnum
fromzoning-district-class
category
field from acategoryEnum
to a text typecategory
field which ensures the value is one of the options previously enforced by the enumzoningDistrictClassCategoryEntitySchema
should remain untouched. We are still using the field like an enum in the javascript api.Related
Depends on #386
The text was updated successfully, but these errors were encountered: