mirror of
https://github.com/documize/community.git
synced 2025-07-24 15:49:44 +02:00
Include new comment fields in backup/restore process
c_sectionid c_replyto
This commit is contained in:
parent
216866a953
commit
64612b825a
5 changed files with 1101 additions and 1107 deletions
|
@ -59,6 +59,8 @@ type comment struct {
|
|||
UserID string `json:"userId"`
|
||||
Email string `json:"email"`
|
||||
Feedback string `json:"feedback"`
|
||||
SectionID string `json:"sectionId"`
|
||||
ReplyTo string `json:"replyTo"`
|
||||
Created time.Time `json:"created"`
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue