chore: rearrange audit logging code into enterprise folder (#3741)

This commit is contained in:
Colin Adler
2022-08-31 16:12:54 -05:00
committed by GitHub
parent 9583e16a05
commit 00da01fdf7
19 changed files with 916 additions and 600 deletions

View File

@ -112,7 +112,10 @@ CREATE TABLE audit_logs (
resource_target text NOT NULL,
action audit_action NOT NULL,
diff jsonb NOT NULL,
status_code integer NOT NULL
status_code integer NOT NULL,
additional_fields jsonb NOT NULL,
request_id uuid NOT NULL,
resource_icon text NOT NULL
);
CREATE TABLE files (