mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-01 05:09:40 +00:00
Add actor data to request
This commit is contained in:
parent
f748c5dbe4
commit
f2c31d3ca6
6 changed files with 79 additions and 44 deletions
|
|
@ -723,7 +723,6 @@ export const requestAuditLog = sqliteTable(
|
|||
id: integer("id").primaryKey({ autoIncrement: true }),
|
||||
timestamp: integer("timestamp").notNull(), // this is EPOCH time in seconds
|
||||
orgId: text("orgId")
|
||||
.notNull()
|
||||
.references(() => orgs.orgId, { onDelete: "cascade" }),
|
||||
action: integer("action", { mode: "boolean" }).notNull(),
|
||||
reason: integer("reason").notNull(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue