Skip to content

Commit 6188771

Browse files
authored
fix(data): remove announcements for patients that do not exist (#567)
1 parent a4e9d83 commit 6188771

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

db_management/opaldb/data/test/announcement.sql

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,10 @@ INSERT INTO `Announcement` (`AnnouncementSerNum`, `CronLogSerNum`, `PatientSerNu
4444
(30366, NULL, 92, 1077, '2024-03-04 15:31:02', 1, '["a51fba18-3810-4808-9238-4d0e487785c8"]', '2024-03-24 17:20:28'),
4545
(35014, NULL, 92, 1091, '2024-05-27 12:43:02', 1, '["a51fba18-3810-4808-9238-4d0e487785c8"]', '2024-05-27 12:43:02'),
4646
(35023, NULL, 92, 1096, '2025-05-08 11:35:07', 0, '[]', '2025-05-08 11:35:07'),
47+
-- other test patients
4748
(35024, NULL, 93, 1096, '2025-05-08 11:35:08', 0, '[]', '2025-05-08 11:35:08'),
4849
(35025, NULL, 94, 1096, '2025-05-08 11:35:08', 0, '[]', '2025-05-08 11:35:08'),
49-
(35026, NULL, 95, 1096, '2025-05-08 11:35:09', 0, '[]', '2025-05-08 11:35:09'),
5050
(35027, NULL, 96, 1096, '2025-05-08 11:35:09', 0, '[]', '2025-05-08 11:35:09'),
51-
(35028, NULL, 97, 1096, '2025-05-08 11:35:14', 0, '[]', '2025-05-08 11:35:14'),
52-
(35029, NULL, 98, 1096, '2025-05-08 11:35:14', 0, '[]', '2025-05-08 11:35:14'),
5351
(35030, NULL, 99, 1096, '2025-05-08 11:35:14', 0, '[]', '2025-05-08 11:35:14'),
5452
(35031, NULL, 100, 1096, '2025-05-08 11:35:15', 1, '["9kmS7qYQX8arnFFs4ZYJk1tqLFw1"]', '2025-05-09 09:02:19'),
5553
(35032, NULL, 101, 1096, '2025-05-08 11:35:16', 0, '[]', '2025-05-08 11:35:16'),

0 commit comments

Comments
 (0)