소스 검색

fix: tests

Tienson Qin 1 년 전
부모
커밋
d0c7160118
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      deps/db/src/logseq/db/frontend/property/type.cljs

+ 1 - 1
deps/db/src/logseq/db/frontend/property/type.cljs

@@ -38,7 +38,7 @@
   "Property value ref types where the refed entity stores its value in
   "Property value ref types where the refed entity stores its value in
   :property.value/content e.g. :number is stored as a number. new value-ref-property-types
   :property.value/content e.g. :number is stored as a number. new value-ref-property-types
   should default to this as it allows for more querying power"
   should default to this as it allows for more querying power"
-  #{:number})
+  #{:number :url})
 
 
 (def value-ref-property-types
 (def value-ref-property-types
   "Property value ref types where the refed entities either store their value in
   "Property value ref types where the refed entities either store their value in