enhance(rtc): sync block/journal-day attr

This commit is contained in:
rcmerci
2024-02-24 15:51:54 +08:00
parent 02ba0b3c87
commit 723fd6aff1
3 changed files with 35 additions and 10 deletions

View File

@@ -14,7 +14,8 @@
[:tags {:optional true} [:maybe [:sequential :uuid]]]
[:properties {:optional true} [:maybe :string ; transit-json-string
]]
[:link {:optional true} [:maybe :uuid]]])
[:link {:optional true} [:maybe :uuid]]
[:journal-day {:optional true} [:maybe :int]]])
(def general-attr-set
(into #{} (map first) general-attrs-schema-coll))
@@ -58,7 +59,8 @@
[:add {:optional true} [:sequential [:cat :uuid :string ;; transit-string
]]]
[:retract {:optional true} [:set :uuid]]]]
[:link {:optional true} :uuid]]]]
[:link {:optional true} :uuid]
[:journal-day {:optional true} :int]]]]
[:update-page
[:cat :keyword
[:map