Skip to content

Commit

Permalink
Update R__Create-Test-Data.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
nayr974 committed Jan 24, 2025
1 parent 531140b commit 879fa41
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions migrations/migrations/R__Create-Test-Data.sql
Original file line number Diff line number Diff line change
Expand Up @@ -9909,6 +9909,12 @@ VALUES
CURRENT_TIMESTAMP
) ON CONFLICT DO NOTHING;

UPDATE hwcr_complaint SET hwcr_complaint_nature_code = 'LIVNCOU' WHERE hwcr_complaint_nature_code = 'COUGARN';
DELETE FROM hwcr_complaint_nature_code WHERE hwcr_complaint_nature_code = 'COUGARN';
DELETE FROM hwcr_complaint_nature_code WHERE short_description = 'Livestock/pets - killed/injured - present/recent (Coyote/Bobcat)';
DELETE FROM hwcr_complaint_nature_code WHERE short_description = 'Livestock/pets - killed/injured - present/recent/suspected (Black/Grizzly Bear, Wolf, Cougar)';
DELETE FROM hwcr_complaint_nature_code WHERE short_description = 'Livestock/pets - killed/injured - not present (No Black/Grizzly Bear, Wolf, Cougar suspected)';
DELETE FROM hwcr_complaint_nature_code WHERE short_description = 'Livestock/pets - killed/injured - (No Black/Grizzly Bear, Wolf, Cougar suspected)';

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

0 comments on commit 879fa41

Please sign in to comment.