Create a log for impersonation activities

This commit is contained in:
Eli Ribble 2026-03-19 03:19:03 +00:00
parent b2eb98a66c
commit d287fa44df
No known key found for this signature in database
7 changed files with 1360 additions and 0 deletions

View file

@ -0,0 +1,17 @@
// Code generated by BobGen psql v0.42.5. DO NOT EDIT.
// This file is meant to be re-generated in place and/or deleted at any time.
package dberrors
var LogImpersonationErrors = &logImpersonationErrors{
ErrUniqueLogImpersonationPkey: &UniqueConstraintError{
schema: "",
table: "log_impersonation",
columns: []string{"id"},
s: "log_impersonation_pkey",
},
}
type logImpersonationErrors struct {
ErrUniqueLogImpersonationPkey *UniqueConstraintError
}