mirror of
https://github.com/Drop-OSS/drop
synced 2026-08-27 14:23:05 -04:00
feat: pcgamgingwiki now provides a description
This commit is contained in:
parent
d42ad8582a
commit
af88b27dfd
6 changed files with 175 additions and 158 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue