fix missing field in schema
This commit is contained in:
parent
d987069fae
commit
cd4f243106
@ -41,6 +41,7 @@ model User {
|
|||||||
noteItemSats Boolean @default(true)
|
noteItemSats Boolean @default(true)
|
||||||
noteMentions Boolean @default(true)
|
noteMentions Boolean @default(true)
|
||||||
noteForwardedSats Boolean @default(true)
|
noteForwardedSats Boolean @default(true)
|
||||||
|
noteTerritoryPosts Boolean @default(true)
|
||||||
lastCheckedJobs DateTime?
|
lastCheckedJobs DateTime?
|
||||||
noteJobIndicator Boolean @default(true)
|
noteJobIndicator Boolean @default(true)
|
||||||
photoId Int?
|
photoId Int?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user