removed extra fields
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
/*
|
||||
Warnings:
|
||||
|
||||
- You are about to drop the column `blurredFavicons` on the `User` table. All the data in the column will be lost.
|
||||
- You are about to drop the column `displayLinkIcons` on the `User` table. All the data in the column will be lost.
|
||||
|
||||
*/
|
||||
-- AlterTable
|
||||
ALTER TABLE "User" DROP COLUMN "blurredFavicons",
|
||||
DROP COLUMN "displayLinkIcons";
|
||||
@@ -45,8 +45,6 @@ model User {
|
||||
archiveAsPDF Boolean @default(true)
|
||||
archiveAsWaybackMachine Boolean @default(false)
|
||||
isPrivate Boolean @default(false)
|
||||
displayLinkIcons Boolean @default(true)
|
||||
blurredFavicons Boolean @default(false)
|
||||
createdAt DateTime @default(now())
|
||||
updatedAt DateTime @updatedAt @default(now())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user