Book: rename SmallDescription to ShortDescription in database

This commit is contained in:
2026-04-01 14:36:13 +02:00
parent 407f44d1e6
commit c4753ea388
4 changed files with 5 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ type Book struct {
ISBN string `json:"isbn"`
InventaireID string `json:"inventaireid"`
OpenLibraryId string `json:"openlibraryid"`
SmallDescription string
ShortDescription string
Summary string `json:"summary"`
Author Author
AuthorID uint