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 contraint to community districts scheme
 - added unit and e2e tests
  • Loading branch information
dhochbaum-dcp authored and horatiorosa committed Jun 5, 2024
1 parent 8ca1900 commit a8a69e6
Show file tree
Hide file tree
Showing 30 changed files with 1,541 additions and 21 deletions.
1 change: 1 addition & 0 deletions db/migration/0006_spotty_jasper_sitwell.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ALTER TABLE "community_district" ALTER COLUMN "borough_id" SET NOT NULL;
Loading

0 comments on commit a8a69e6

Please sign in to comment.