mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-28 05:44:01 +02:00
add tos and pp consent
This commit is contained in:
parent
f1bba3b958
commit
114ce8997f
5 changed files with 112 additions and 16 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue