mirror of
https://github.com/logseq/logseq.git
synced 2026-05-04 02:46:45 +00:00
chore: update linter to validate more file-graph attrs aren't in db
This commit is contained in:
@@ -77,7 +77,8 @@
|
||||
[]
|
||||
(let [file-concepts (->>
|
||||
;; from logseq.db.frontend.schema
|
||||
[:block/properties-text-values :block/pre-block :recent/pages :file/handle :block/file :block/properties-order]
|
||||
[:block/properties-text-values :block/pre-block :recent/pages :file/handle :block/file :block/properties-order
|
||||
:block/marker :block/priority :block/scheduled :block/deadline]
|
||||
(map str)
|
||||
(into [;; e.g. block/properties :title
|
||||
"block/properties :"
|
||||
|
||||
Reference in New Issue
Block a user