mirror of
https://github.com/logseq/logseq.git
synced 2026-05-05 19:36:35 +00:00
fix: unable to build :default property for sqlite.build
Also add tests for different built-in cases and addressed related TODO
This commit is contained in:
@@ -26,6 +26,8 @@
|
||||
page'
|
||||
(->> properties
|
||||
(keep (fn [[k v]]
|
||||
;; TODO: Pass in property type in order to support property
|
||||
;; types other than :default
|
||||
(when (db-property-util/built-in-has-ref-value? k)
|
||||
[k v])))
|
||||
(into {})))]
|
||||
|
||||
Reference in New Issue
Block a user