improvements + updated README

This commit is contained in:
daniel31x13
2023-11-20 15:58:32 -05:00
parent 5968bc6c9c
commit 557494747d
17 changed files with 32 additions and 22 deletions
@@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "User" ALTER COLUMN "blurredFavicons" SET DEFAULT false;
+1 -1
View File
@@ -46,7 +46,7 @@ model User {
archiveAsWaybackMachine Boolean @default(false)
isPrivate Boolean @default(false)
displayLinkIcons Boolean @default(true)
blurredFavicons Boolean @default(true)
blurredFavicons Boolean @default(false)
createdAt DateTime @default(now())
updatedAt DateTime @updatedAt @default(now())
}