Improve library sync, add more config values

This commit is contained in:
2026-01-24 19:00:22 +01:00
parent 1c26770db0
commit de94315bd9
6 changed files with 56 additions and 31 deletions

View File

@@ -13,7 +13,7 @@ type Sheet struct {
Description string `json:"description"`
FilePath string `json:"file_path" gorm:"not null"`
FileSize int64 `json:"file_size"`
FileHash uint64 `json:"file_hash"`
FileHash string `json:"file_hash"`
ComposerUuid uuid.UUID `json:"composer_uuid"`
Composer Composer `json:"composer" gorm:"foreignKey:ComposerUuid"`
CreatedAt time.Time `json:"created_at"`