diff --git a/migrations/sql/V2024.05.30.13.24__update_mine_report_definition_10-4-4-g.sql b/migrations/sql/V2024.05.30.13.24__update_mine_report_definition_10-4-4-g.sql new file mode 100644 index 0000000000..64a772f3f3 --- /dev/null +++ b/migrations/sql/V2024.05.30.13.24__update_mine_report_definition_10-4-4-g.sql @@ -0,0 +1,13 @@ +INSERT INTO mine_report_notification + (compliance_article_id, contact_guid, is_major_mine, is_regional_mine) + VALUES + ( + (SELECT compliance_article_id FROM compliance_article WHERE section = '10' AND sub_section = '4' AND paragraph = '4' AND sub_paragraph = '(g)'), + (SELECT contact_guid FROM emli_contact WHERE emli_contact_type_code = 'MMO'), + true, + false + ); + +UPDATE mine_report_definition + SET is_prr_only = FALSE + WHERE report_name = 'Annual Summary of Work and Reclamation Report'; \ No newline at end of file