fix missing field in schema
This commit is contained in:
parent
d987069fae
commit
cd4f243106
|
@ -41,6 +41,7 @@ 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