mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-05 23:42:40 +00:00
add oidc variant
This commit is contained in:
parent
0a4b74b91a
commit
3e353717f5
2 changed files with 2 additions and 0 deletions
|
|
@ -604,6 +604,7 @@ export const idpOidcConfig = sqliteTable("idpOidcConfig", {
|
|||
idpOauthConfigId: integer("idpOauthConfigId").primaryKey({
|
||||
autoIncrement: true
|
||||
}),
|
||||
variant: text("variant").notNull().default("generic"),
|
||||
idpId: integer("idpId")
|
||||
.notNull()
|
||||
.references(() => idp.idpId, { onDelete: "cascade" }),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue