From 5a24cd70c76d683a462dc5c6b12b7484b98a2d56 Mon Sep 17 00:00:00 2001 From: Katy Ekey Date: Fri, 18 Sep 2026 11:24:05 -0400 Subject: [PATCH] data!: Update height of ONC Surveillance Activities report [#OCD-5429] --- changes/ocd-5429.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 changes/ocd-5429.sql diff --git a/changes/ocd-5429.sql b/changes/ocd-5429.sql new file mode 100644 index 00000000..273d7d98 --- /dev/null +++ b/changes/ocd-5429.sql @@ -0,0 +1,4 @@ +UPDATE openchpl.report_metadata +SET height = '1560px' +WHERE title = 'Surveillance Activities' +AND report_group = 'onc-dashboard';