Drop noteTerritoryPosts column (#887)

This commit is contained in:
ekzyis 2024-02-28 16:16:20 +01:00 committed by GitHub
parent 89de8a9907
commit 1c488b13df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 1 deletions

View File

@ -0,0 +1,8 @@
/*
Warnings:
- You are about to drop the column `noteTerritoryPosts` on the `users` table. All the data in the column will be lost.
*/
-- AlterTable
ALTER TABLE "users" DROP COLUMN "noteTerritoryPosts";

View File

@ -41,7 +41,6 @@ model User {
noteItemSats Boolean @default(true)
noteMentions Boolean @default(true)
noteForwardedSats Boolean @default(true)
noteTerritoryPosts Boolean @default(true)
lastCheckedJobs DateTime?
noteJobIndicator Boolean @default(true)
photoId Int?