mirror of
https://github.com/fosrl/pangolin.git
synced 2026-04-30 12:49:43 +00:00
Merge branch 'main' into dev
This commit is contained in:
commit
d1182c3a59
23 changed files with 489 additions and 405 deletions
|
|
@ -332,7 +332,8 @@ export const users = sqliteTable("user", {
|
|||
serverAdmin: integer("serverAdmin", { mode: "boolean" })
|
||||
.notNull()
|
||||
.default(false),
|
||||
lastPasswordChange: integer("lastPasswordChange")
|
||||
lastPasswordChange: integer("lastPasswordChange"),
|
||||
locale: text("locale")
|
||||
});
|
||||
|
||||
export const securityKeys = sqliteTable("webauthnCredentials", {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue