Drop noteTerritoryPosts column (#887)
This commit is contained in:
parent
89de8a9907
commit
1c488b13df
|
@ -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";
|
|
@ -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?
|
||||
|
|
Loading…
Reference in New Issue