mirror of
https://github.com/logseq/logseq.git
synced 2026-05-05 11:26:26 +00:00
Move logseq.graph-parser.db* namespaces to their own dep
Also add its own CI file
This commit is contained in:
committed by
Tienson Qin
parent
1857f884d2
commit
6608537909
@@ -1,9 +1,9 @@
|
||||
(ns frontend.db
|
||||
(:require [clojure.core.async :as async]
|
||||
[datascript.core :as d]
|
||||
[logseq.graph-parser.db.schema :as db-schema]
|
||||
[logseq.db.schema :as db-schema]
|
||||
[frontend.db.conn :as conn]
|
||||
[logseq.graph-parser.db.default :as default-db]
|
||||
[logseq.db.default :as default-db]
|
||||
[frontend.db.model]
|
||||
[frontend.db.query-custom]
|
||||
[frontend.db.query-react]
|
||||
@@ -66,7 +66,7 @@
|
||||
[frontend.db.query-react
|
||||
react-query custom-query-result-transform]
|
||||
|
||||
[logseq.graph-parser.db.default built-in-pages-names built-in-pages])
|
||||
[logseq.db.default built-in-pages-names built-in-pages])
|
||||
|
||||
(defn get-schema-version [db]
|
||||
(d/q
|
||||
|
||||
Reference in New Issue
Block a user