mirror of
https://github.com/fosrl/pangolin.git
synced 2026-04-28 19:59:54 +00:00
enforce resource session length
This commit is contained in:
parent
1227b3c11a
commit
44316731c0
8 changed files with 90 additions and 112 deletions
|
|
@ -587,7 +587,8 @@ export const resourceSessions = sqliteTable("resourceSessions", {
|
|||
{
|
||||
onDelete: "cascade"
|
||||
}
|
||||
)
|
||||
),
|
||||
issuedAt: integer("issuedAt")
|
||||
});
|
||||
|
||||
export const resourceWhitelist = sqliteTable("resourceWhitelist", {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue