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 {
|
type Photo struct {
|
||||||
gorm.Model
|
gorm.Model
|
||||||
TakenAt time.Time
|
TakenAt time.Time
|
||||||
|
TakenAtChanged bool
|
||||||
PhotoTitle string
|
PhotoTitle string
|
||||||
PhotoTitleChanged bool
|
PhotoTitleChanged bool
|
||||||
PhotoDescription string `gorm:"type:text;"`
|
PhotoDescription string `gorm:"type:text;"`
|
||||||
|
|
Loading…
Reference in a new issue