mirror of
https://github.com/coder/coder.git
synced 2025-07-15 22:20:27 +00:00
feat: differentiate new user registration from user login in the audit log (#7096)
* auditing register events * fix tests * update docs * update comments * Update coderd/audit/request.go Co-authored-by: Colin Adler <colin1adler@gmail.com> --------- Co-authored-by: Colin Adler <colin1adler@gmail.com>
This commit is contained in:
@ -0,0 +1,2 @@
|
||||
-- It's not possible to drop enum values from enum types, so the UP has "IF NOT
|
||||
-- EXISTS".
|
@ -0,0 +1,2 @@
|
||||
ALTER TYPE audit_action
|
||||
ADD VALUE IF NOT EXISTS 'register';
|
Reference in New Issue
Block a user