We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3961c1 commit c8e1680Copy full SHA for c8e1680
examples/dest_pg_3_4.yaml
@@ -0,0 +1,3 @@
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
models/app_v2_0/types.go
@@ -57,10 +57,10 @@ type FlatNode struct {
57
58
type Node struct {
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
+ LegacyID int `yaml:"legacy_id"`
+ Title string `yaml:"title"`
+ Children map[string]*Node `yaml:"children,omitempty"`
+ NodeType NodeType `yaml:"node_type,omitempty"`
64
Versions []DocumentVersion `yaml:"versions,omitempty"`
65
FileName *string `yaml:"file_name,omitempty"`
66
PageCount *int `yaml:"page_count,omitempty"`
0 commit comments