mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-12 15:52:39 +10:00
feat: pcgamgingwiki now provides a description
This commit is contained in:
@ -34,6 +34,7 @@ model Game {
|
||||
collections CollectionEntry[]
|
||||
saves SaveSlot[]
|
||||
screenshots Screenshot[]
|
||||
tags Tag[]
|
||||
|
||||
developers Company[] @relation(name: "developers")
|
||||
publishers Company[] @relation(name: "publishers")
|
||||
|
||||
@ -3,6 +3,7 @@ model Tag {
|
||||
name String @unique
|
||||
|
||||
articles Article[]
|
||||
games Game[]
|
||||
}
|
||||
|
||||
model Article {
|
||||
|
||||
Reference in New Issue
Block a user