From 400285a0626b5dbcb98db2f62f464f2766104a07 Mon Sep 17 00:00:00 2001 From: afwilcox Date: Thu, 2 Jan 2025 16:21:08 -0800 Subject: [PATCH] fix: Update Prevention and Education item --- migrations/sql/R__code-table-data.sql.sql | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/migrations/sql/R__code-table-data.sql.sql b/migrations/sql/R__code-table-data.sql.sql index 5a969dd3..c03e311f 100644 --- a/migrations/sql/R__code-table-data.sql.sql +++ b/migrations/sql/R__code-table-data.sql.sql @@ -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