mirror of
https://github.com/fosrl/pangolin.git
synced 2026-01-28 22:00:51 +00:00
🐛 remove unused approval state
This commit is contained in:
@@ -805,10 +805,7 @@ export const idpOidcConfig = sqliteTable("idpOidcConfig", {
|
|||||||
identifierPath: text("identifierPath").notNull(),
|
identifierPath: text("identifierPath").notNull(),
|
||||||
emailPath: text("emailPath"),
|
emailPath: text("emailPath"),
|
||||||
namePath: text("namePath"),
|
namePath: text("namePath"),
|
||||||
scopes: text("scopes").notNull(),
|
scopes: text("scopes").notNull()
|
||||||
approvalState: text("approvalState")
|
|
||||||
.$type<"pending" | "approved" | "denied">()
|
|
||||||
.default("approved")
|
|
||||||
});
|
});
|
||||||
|
|
||||||
export const licenseKey = sqliteTable("licenseKey", {
|
export const licenseKey = sqliteTable("licenseKey", {
|
||||||
|
|||||||
Reference in New Issue
Block a user