Skip to content

Commit

Permalink
Merge pull request #500 from USACE/develop
Browse files Browse the repository at this point in the history
Fix/#496 fix aprfc qpf units (#499)
  • Loading branch information
adamscarberry authored Sep 16, 2024
2 parents ba1e9b3 + 3c230e2 commit 6c039ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sql/common/V2.46.0__fix_aprfc_qpf_units.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

-- fix units in aprfc qpe from in to mm
UPDATE product set unit_id = 'e245d39f-3209-4e58-bfb7-4eae94b3f8dd' WHERE slug = 'aprfc-qpf-06h';

0 comments on commit 6c039ee

Please sign in to comment.