feat(song): add option to exclude songs from global visibility and improve admin upload validation
This commit is contained in:
@@ -23,6 +23,7 @@ model Song {
|
||||
specials SpecialSong[]
|
||||
averageRating Float @default(0)
|
||||
ratingCount Int @default(0)
|
||||
excludeFromGlobal Boolean @default(false)
|
||||
}
|
||||
|
||||
model Genre {
|
||||
|
||||
Reference in New Issue
Block a user