Skip to content

Commit

Permalink
Merge pull request #463 from USACE/develop
Browse files Browse the repository at this point in the history
add migration to fix watershed extents (#462)
  • Loading branch information
adamscarberry authored Mar 4, 2024
2 parents e27b243 + 12ff60a commit 8d6df35
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sql/common/V2.35.0__fix_SPN_Alameda_watershed.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
-- xmin,ymax (top left), xmax ymax (top right), xmax ymin (bottom right), xmin ymin (bottom left), xmin ymax (top left again)
UPDATE watershed
SET geometry = ST_GeomFromText('POLYGON ((-2267700 1961500, -2192100 1961500, -2192100 1869000, -2267700 1869000, -2267700 1961500))',5070)
WHERE id = '965e523a-08b4-4567-8b9f-4ac8882fb0e1';

0 comments on commit 8d6df35

Please sign in to comment.