Skip to content

Commit

Permalink
update with drop statement
Browse files Browse the repository at this point in the history
  • Loading branch information
mgtennant committed Oct 22, 2024
1 parent 9da7f91 commit 3ded652
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions spilo-db/db-scripts/releases/release_5.5_ddl.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-- MALS-17 - New report - to show comments by license number and or IRMA number
-- Create a view and procedure to support Comments reporting.

DROP PROCEDURE IF EXISTS mals_app.pr_generate_print_json_licence_comments;
DROP VIEW IF EXISTS mals_app.mal_licence_comment_vw;

--
-- VIEW: MAL_LICENCE_COMMENT_VW
--
Expand Down

0 comments on commit 3ded652

Please sign in to comment.