small changes

This commit is contained in:
daniel31x13
2024-06-27 21:39:15 -04:00
parent 52f7cbb10b
commit 5b8e1d53cc
3 changed files with 25 additions and 4 deletions
+2 -2
View File
@@ -47,7 +47,7 @@ model User {
linksRouteTo LinksRouteTo @default(ORIGINAL)
preventDuplicateLinks Boolean @default(false)
archiveAsScreenshot Boolean @default(true)
archiveAsSinglefile Boolean @default(true)
archiveAsMonolith Boolean @default(true)
archiveAsPDF Boolean @default(true)
archiveAsWaybackMachine Boolean @default(false)
isPrivate Boolean @default(false)
@@ -59,7 +59,7 @@ enum LinksRouteTo {
ORIGINAL
PDF
READABLE
SINGLEFILE
MONOLITH
SCREENSHOT
}