feat(specials): add curator field
This commit is contained in:
@@ -37,6 +37,7 @@ model Special {
|
||||
createdAt DateTime @default(now())
|
||||
launchDate DateTime?
|
||||
endDate DateTime?
|
||||
curator String?
|
||||
songs SpecialSong[]
|
||||
puzzles DailyPuzzle[]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user