Skip to content

Commit

Permalink
65 remove zoning disctrict class category enum
Browse files Browse the repository at this point in the history
  • Loading branch information
horatiorosa committed Dec 18, 2024
1 parent 7b8e5a0 commit db7eb23
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions drizzle/migration/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,3 @@ export const capital_project_category = pgEnum("capital_project_category", [
"Lump Sum",
"ITT, Vehicles and Equipment",
]);
export const category = pgEnum("category", [
"Residential",
"Commercial",
"Manufacturing",
]);

0 comments on commit db7eb23

Please sign in to comment.