fix missing field in schema

This commit is contained in:
keyan 2024-02-23 09:35:20 -06:00
parent d987069fae
commit cd4f243106
1 changed files with 1 additions and 0 deletions

View File

@ -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?