mirror of
https://github.com/fosrl/pangolin.git
synced 2026-04-30 12:49:43 +00:00
add optional tags field to idp
This commit is contained in:
parent
51818044b1
commit
2201b0395d
8 changed files with 32 additions and 16 deletions
|
|
@ -777,7 +777,8 @@ export const idp = sqliteTable("idp", {
|
|||
mode: "boolean"
|
||||
})
|
||||
.notNull()
|
||||
.default(false)
|
||||
.default(false),
|
||||
tags: text("tags")
|
||||
});
|
||||
|
||||
// Identity Provider OAuth Configuration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue