feat: database redist support

This commit is contained in:
DecDuck
2025-08-20 11:50:59 +10:00
parent 6d89b7e510
commit 6853383e86
8 changed files with 286 additions and 212 deletions

View File

@ -28,5 +28,6 @@ model Library {
backend LibraryBackend
options Json
games Game[]
games Game[]
redists Redist[]
}