Book: rename SmallDescription to ShortDescription in database
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user