mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-10 20:02:26 +00:00
✨process approval endpoint
This commit is contained in:
@@ -290,7 +290,7 @@ export const accessAuditLog = sqliteTable(
|
||||
);
|
||||
|
||||
export const approvals = sqliteTable("approvals", {
|
||||
id: integer("id").primaryKey({ autoIncrement: true }),
|
||||
approvalId: integer("approvalId").primaryKey({ autoIncrement: true }),
|
||||
timestamp: integer("timestamp").notNull(), // this is EPOCH time in seconds
|
||||
orgId: text("orgId")
|
||||
.references(() => orgs.orgId, {
|
||||
|
||||
Reference in New Issue
Block a user