Configure connection log retention time

This commit is contained in:
Owen 2026-03-30 11:31:46 -07:00
parent caacd1e677
commit e0c96e7224
No known key found for this signature in database
GPG key ID: 8271FDFFD9E0CCBD
8 changed files with 162 additions and 6 deletions

View file

@ -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(),