feat: implement song rating system with admin view and user persistence
This commit is contained in:
@@ -20,6 +20,8 @@ model Song {
|
||||
puzzles DailyPuzzle[]
|
||||
genres Genre[]
|
||||
specials SpecialSong[]
|
||||
averageRating Float @default(0)
|
||||
ratingCount Int @default(0)
|
||||
}
|
||||
|
||||
model Genre {
|
||||
|
||||
Reference in New Issue
Block a user