mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 00:24:51 +00:00
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:
8
deps/db/script/create_graph/inferred.edn
vendored
8
deps/db/script/create_graph/inferred.edn
vendored
@@ -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]}}
|
||||
|
||||
Reference in New Issue
Block a user