feat: add datetime type

This commit is contained in:
Tienson Qin
2024-09-22 10:23:12 +08:00
parent 3e5890f9f6
commit c5c0f5d822
7 changed files with 157 additions and 85 deletions

View File

@@ -94,13 +94,13 @@
(map str)
(into [;; e.g. block/properties :title
"block/properties :"
"block/name"
;; "block/name"
;; anything org mode
"org"
"pre-block"
;; TODO: rename split-namespace?
;; "namespace"
"db/get-page"
;; "db/get-page"
"/page-name-sanity-lc"]))
res (apply shell {:out :string :continue true}
"git grep -E" (str "(" (string/join "|" file-concepts) ")")
@@ -110,7 +110,7 @@
(println (:out res))
(System/exit 1))))
(defn- validate-db-concepts-not-in-file
;; (defn- validate-db-concepts-not-in-file
[]
(let [db-concepts
;; from logseq.db.frontend.schema