Skip to content

Commit

Permalink
Drop incorrect geom type for li_ft and add correct
Browse files Browse the repository at this point in the history
  • Loading branch information
pratishta committed Jul 3, 2024
1 parent 9f832e1 commit 8fa9ab7
Show file tree
Hide file tree
Showing 6 changed files with 2,174 additions and 2 deletions.
1 change: 1 addition & 0 deletions db/migration/0013_petite_bulldozer.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ALTER TABLE "community_district" DROP COLUMN IF EXISTS "li_ft";
1 change: 1 addition & 0 deletions db/migration/0014_strange_tarantula.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ALTER TABLE "community_district" ADD COLUMN "li_ft" geometry(multiPolygon,2263);
Loading

0 comments on commit 8fa9ab7

Please sign in to comment.