mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
chore: rearrange audit logging code into enterprise folder (#3741)
This commit is contained in:
Generated
+4
-1
@@ -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