Skip to content

Commit

Permalink
fix: Update Prevention and Education item
Browse files Browse the repository at this point in the history
  • Loading branch information
afwilcox committed Jan 3, 2025
1 parent 9c1093a commit 400285a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions migrations/sql/R__code-table-data.sql.sql
Original file line number Diff line number Diff line change
Expand Up @@ -5599,6 +5599,15 @@ set
where
hwcr_outcome_code = 'LESSLETHAL';

-------------------------
-- Action Code Updates
-------------------------
update case_management.action_code
set
short_description = 'Explained/directed livestock owner to the Wildlife Act',
long_description = 'Explained/directed livestock owner to the Wildlife Act'
where
action_code = 'DIRLOWLACT';

--------------------------
-- New Changes above this line
Expand Down

0 comments on commit 400285a

Please sign in to comment.