mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 16:36:27 +00:00
Add CI job to test creating and validating a db graph
also update older actions
This commit is contained in:
3
deps/db/script/validate_client_db.cljs
vendored
3
deps/db/script/validate_client_db.cljs
vendored
@@ -1,5 +1,6 @@
|
||||
(ns validate-client-db
|
||||
"Script that validates the datascript db of a DB graph"
|
||||
"Script that validates the datascript db of a DB graph
|
||||
NOTE: This script is also used in CI to confirm our db's schema is up to date"
|
||||
(:require [logseq.db.sqlite.cli :as sqlite-cli]
|
||||
[logseq.db.sqlite.db :as sqlite-db]
|
||||
[logseq.db.schema :as db-schema]
|
||||
|
||||
Reference in New Issue
Block a user