mirror of
https://github.com/coder/coder.git
synced 2025-07-06 15:41:45 +00:00
chore: rearrange audit logging code into enterprise folder (#3741)
This commit is contained in:
5
coderd/database/dump.sql
generated
5
coderd/database/dump.sql
generated
@ -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 (
|
||||
|
Reference in New Issue
Block a user