Merge branch 'main' into dev

This commit is contained in:
Owen 2026-03-30 15:53:46 -07:00
commit d1182c3a59
No known key found for this signature in database
GPG key ID: 8271FDFFD9E0CCBD
23 changed files with 489 additions and 405 deletions

View file

@ -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", {