Skip to content

Commit bc18897

Browse files
committed
Update query to reference auditlog.Client API Actions
1 parent acd868d commit bc18897

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

WNPRC_EHR/resources/queries/core/SiteBackupLog.sql

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ EventType,
1818
date,
1919
comment
2020

21-
FROM auditlog.audit a
21+
FROM auditlog."Client API Actions" a
2222

2323
WHERE
24-
a.key1 = 'LabKey Server Backup' AND
25-
a.EventType = 'Client API Actions'
26-
24+
a.key1 = 'LabKey Server Backup'

0 commit comments

Comments
 (0)