mirror of
https://github.com/fosrl/pangolin.git
synced 2026-04-30 12:49:43 +00:00
Configure connection log retention time
This commit is contained in:
parent
caacd1e677
commit
e0c96e7224
8 changed files with 162 additions and 6 deletions
|
|
@ -279,6 +279,7 @@ export const accessAuditLog = sqliteTable(
|
|||
actor: text("actor"),
|
||||
actorId: text("actorId"),
|
||||
resourceId: integer("resourceId"),
|
||||
siteResourceId: integer("siteResourceId"),
|
||||
ip: text("ip"),
|
||||
location: text("location"),
|
||||
type: text("type").notNull(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue