Added TakenAtChanged flag
This commit is contained in:
parent
b41ec80e96
commit
b9f1fe930b
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ import (
|
|||
type Photo struct {
|
||||
gorm.Model
|
||||
TakenAt time.Time
|
||||
TakenAtChanged bool
|
||||
PhotoTitle string
|
||||
PhotoTitleChanged bool
|
||||
PhotoDescription string `gorm:"type:text;"`
|
||||
|
|
Loading…
Reference in a new issue