fix: convert model tests to use db graphs

Tweaked sqlite.build to allow :block/alias. Also modified
one test's assertions since there aren't pre-blocks anymore.
model tests are running as DB_GRAPH=1 with a hack for now
This commit is contained in:
Gabriel Horner
2026-01-06 12:28:44 -05:00
parent 20cbb626a0
commit e5778093a6
3 changed files with 111 additions and 67 deletions

View File

@@ -662,7 +662,7 @@
classes' (merge new-classes classes)
used-properties (get-used-properties-from-options options)
new-properties (->> (set/difference (set (keys used-properties)) (set (keys properties)))
(remove db-property/logseq-property?)
(remove db-property/internal-property?)
(map (fn [prop]
[prop (infer-property-schema (get used-properties prop))]))
(into {}))