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