mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 10:26:35 +00:00
fix(rtc): fix :update-schema op, must have :db/valueType key
This commit is contained in:
@@ -55,8 +55,8 @@
|
||||
[:map
|
||||
[:block-uuid :uuid]
|
||||
[:db/ident :keyword]
|
||||
[:db/valueType :keyword]
|
||||
[:db/cardinality {:optional true} :keyword]
|
||||
[:db/valueType {:optional true} :keyword]
|
||||
[:db/index {:optional true} :boolean]]]]])
|
||||
|
||||
(def to-ws-ops-validator (m/validator [:sequential to-ws-op-schema]))
|
||||
|
||||
Reference in New Issue
Block a user