Add text message history to acitivity log
This commit is contained in:
parent
6350aa00d5
commit
4ce91d77d4
2 changed files with 125 additions and 5 deletions
|
|
@ -11,7 +11,7 @@ type PublicReport struct {
|
|||
ID int32 `db:"id" json:"-"`
|
||||
Images []Image `db:"images" json:"images"`
|
||||
Location *Location `db:"location" json:"location"`
|
||||
Log []LogEntry `db:"-" json:"log"`
|
||||
Log []*LogEntry `db:"-" json:"log"`
|
||||
DistrictID *int32 `db:"organization_id" json:"-"`
|
||||
District *string `db:"-" json:"district"`
|
||||
PublicID string `db:"public_id" json:"public_id"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue