chore: mv db only fns to db ns

Also add related names to linter
This commit is contained in:
Gabriel Horner
2025-07-09 13:26:12 -04:00
parent f09a0ce296
commit eabee3fe1c
4 changed files with 17 additions and 15 deletions

View File

@@ -173,7 +173,7 @@
(let [db-concepts
;; from logseq.db.frontend.schema
["closed-value" "class/properties" "classes" "property/parent"
"logseq.property" "logseq.class" "db-based"]
"logseq.property" "logseq.class" "db-based" "library" "quick-add"]
res (grep-many db-concepts file-graph-paths)]
(when-not (and (= 1 (:exit res)) (= "" (:out res)))
(println "The following files should not have contained db specific concepts:")