diff --git a/server/db/sqlite/schema/schema.ts b/server/db/sqlite/schema/schema.ts index 31261029..64e37667 100644 --- a/server/db/sqlite/schema/schema.ts +++ b/server/db/sqlite/schema/schema.ts @@ -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", {