Backend: Don't backup albums to photo yaml (just yet)
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
parent
035938938d
commit
7777fa95a5
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ type Photo struct {
|
|||
Place *Place `json:"-" yaml:"-"`
|
||||
Links []Link `gorm:"foreignkey:ShareUUID;association_foreignkey:PhotoUUID" yaml:"-"`
|
||||
Keywords []Keyword `json:"-" yaml:"-"`
|
||||
Albums []Album `json:"-" yaml:"Albums,omitempty"`
|
||||
Albums []Album `json:"-" yaml:"-"`
|
||||
Files []File `yaml:"-"`
|
||||
Labels []PhotoLabel `yaml:"-"`
|
||||
CreatedAt time.Time `yaml:"Created"`
|
||||
|
|
Loading…
Reference in a new issue