mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 02:16:30 +00:00
Merge branch 'feat/db' into refactor/narrow-gap-between-page-and-block
This commit is contained in:
@@ -59,7 +59,9 @@
|
||||
[:db/cardinality {:optional true} :keyword]
|
||||
[:db/index {:optional true} :boolean]]]]])
|
||||
|
||||
(def to-ws-ops-validator (m/validator [:sequential to-ws-op-schema]))
|
||||
(comment
|
||||
(def to-ws-ops-validator (m/validator [:sequential to-ws-op-schema])))
|
||||
|
||||
(def to-ws-ops-decoder (m/decoder [:sequential to-ws-op-schema] mt/string-transformer))
|
||||
|
||||
(def ^:private extra-attr-map-schema
|
||||
|
||||
Reference in New Issue
Block a user