add tos and pp consent

This commit is contained in:
miloschwartz 2025-07-21 16:56:47 -07:00
parent f1bba3b958
commit 114ce8997f
No known key found for this signature in database
5 changed files with 112 additions and 16 deletions

View file

@ -154,6 +154,8 @@ export const users = sqliteTable("user", {
.notNull()
.default(false),
dateCreated: text("dateCreated").notNull(),
termsAcceptedTimestamp: text("termsAcceptedTimestamp"),
termsVersion: text("termsVersion"),
serverAdmin: integer("serverAdmin", { mode: "boolean" })
.notNull()
.default(false)