File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change
1
+ media_root : /home/eugen/DockerCompose/pm3.4-pg/media34a4/
2
+ database_url : postgresql://coco:kesha@127.0.0.1:5432/pmg34a4?sslmode=disable
3
+ app_version : 3.4
Original file line number Diff line number Diff line change @@ -57,10 +57,10 @@ type FlatNode struct {
57
57
58
58
type Node struct {
59
59
ID uuid.UUID
60
- LegacyID int `yaml:"legacy_id"`
61
- Title string `yaml:"title"`
62
- Children map [string ]* Node `yaml:"children,omitempty"`
63
- NodeType NodeType
60
+ LegacyID int `yaml:"legacy_id"`
61
+ Title string `yaml:"title"`
62
+ Children map [string ]* Node `yaml:"children,omitempty"`
63
+ NodeType NodeType `yaml:"node_type,omitempty"`
64
64
Versions []DocumentVersion `yaml:"versions,omitempty"`
65
65
FileName * string `yaml:"file_name,omitempty"`
66
66
PageCount * int `yaml:"page_count,omitempty"`
You can’t perform that action at this time.
0 commit comments