Skip to content

Commit

Permalink
Merge pull request #484 from bcgov/db-script-mals24-fix
Browse files Browse the repository at this point in the history
add missing db reference
  • Loading branch information
mgtennant authored Oct 25, 2024
2 parents 8b8991e + fa83beb commit a2a023e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spilo-db/db-scripts/releases/release_5.5_ddl.sql
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,6 @@ $procedure$
-- MALS-24 - Purchase Live Poultry License - Act & Reg wording needs updating
-- Update the legislation column to reflec the new terminology.

UPDATE mal_licence_type_lu
UPDATE mals_app.mal_licence_type_lu
SET legislation = 'Under the authority of the Animal Health Act and s.9(2) of the Poultry Health and Buying Regulation'
WHERE licence_type = 'PURCHASE LIVE POULTRY';

0 comments on commit a2a023e

Please sign in to comment.