mirror of
https://github.com/fosrl/pangolin.git
synced 2026-04-30 12:49:43 +00:00
🐛 remove unused approval state
This commit is contained in:
parent
b3569174b6
commit
fc0ec0d754
1 changed files with 1 additions and 4 deletions
|
|
@ -805,10 +805,7 @@ export const idpOidcConfig = sqliteTable("idpOidcConfig", {
|
|||
identifierPath: text("identifierPath").notNull(),
|
||||
emailPath: text("emailPath"),
|
||||
namePath: text("namePath"),
|
||||
scopes: text("scopes").notNull(),
|
||||
approvalState: text("approvalState")
|
||||
.$type<"pending" | "approved" | "denied">()
|
||||
.default("approved")
|
||||
scopes: text("scopes").notNull()
|
||||
});
|
||||
|
||||
export const licenseKey = sqliteTable("licenseKey", {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue