chore: rename sqlite.build edn to remove mention

of schema. schema concept no longer exists and these old
names would be confusing
This commit is contained in:
Gabriel Horner
2025-01-21 14:22:16 -05:00
parent 5cdc35b962
commit 455ccec296
8 changed files with 34 additions and 34 deletions

View File

@@ -7,15 +7,15 @@
;; or
;; - DB 3 #Meeting #Tienson
{:auto-create-ontology? true
:classes {:Movie {:build/schema-properties [:actor :comment]}
:Meeting {:build/schema-properties [:attendee :duration]}}
:classes {:Movie {:build/class-properties [:actor :comment]}
:Meeting {:build/class-properties [:attendee :duration]}}
:properties
{:actor {:logseq.property/type :node
:db/cardinality :many
:build/schema-classes [:Person]}
:build/property-classes [:Person]}
:attendee {:logseq.property/type :node
:db/cardinality :many
:build/schema-classes [:Person]}}
:build/property-classes [:Person]}}
:pages-and-blocks
[{:page {:block/title "Matt-Damon" :build/tags [:Person]}}
{:page {:block/title "Ben-Affleck" :build/tags [:Person]}}