Skip to content

Commit

Permalink
OpenAPI Implementation findCommunityDistrictsByBoroughId endpoint
Browse files Browse the repository at this point in the history
 implement find community districts by borough id endpoint
 -  cd by id controller, module, repository, service
 - added notNull contraints to community districts schema + migration
 - added unit and e2e tests
  • Loading branch information
dhochbaum-dcp authored and horatiorosa committed Jun 7, 2024
1 parent 324ef43 commit e2af46a
Show file tree
Hide file tree
Showing 13 changed files with 1,235 additions and 23 deletions.
2 changes: 2 additions & 0 deletions db/migration/0007_wet_morlun.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ALTER TABLE "community_district" ALTER COLUMN "borough_id" SET NOT NULL;--> statement-breakpoint
ALTER TABLE "community_district" ALTER COLUMN "id" SET NOT NULL;
Loading

0 comments on commit e2af46a

Please sign in to comment.