Skip to content

Commit

Permalink
🐛 Set fema_regions geom to multipolygon
Browse files Browse the repository at this point in the history
  • Loading branch information
akrherz committed Sep 10, 2024
1 parent 8f13fb9 commit a490d0c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified data/postgis__fema_regions.sql.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion init/postgis.sql
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ INSERT into iem_schema_manager_version values (71, now());
create table fema_regions(
region int,
states varchar[],
geom geometry(Geometry, 4326)
geom geometry(MultiPolygon, 4326)
);
alter table fema_regions owner to mesonet;
grant select on fema_regions to nobody;
Expand Down

0 comments on commit a490d0c

Please sign in to comment.