Skip to content

Commit

Permalink
Create migration file to correct geom type in community districts
Browse files Browse the repository at this point in the history
  • Loading branch information
pratishta committed Jul 1, 2024
1 parent 7933309 commit 45fd6e7
Show file tree
Hide file tree
Showing 4 changed files with 1,091 additions and 2 deletions.
1 change: 1 addition & 0 deletions db/migration/0014_groovy_hawkeye.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ALTER TABLE "community_district" ALTER COLUMN "li_ft" SET DATA TYPE geometry(multiPolygon,2263);
Loading

0 comments on commit 45fd6e7

Please sign in to comment.