mirror of
https://github.com/logseq/logseq.git
synced 2026-04-30 08:56:29 +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:
@@ -212,7 +212,7 @@ prop-d:: [[nada]]"}])
|
||||
:build/properties
|
||||
{:logseq.property/default-value "foo"}
|
||||
:build/properties-ref-types {:entity :number}}}
|
||||
:classes {:Class1 {:build/schema-properties [:default]}}
|
||||
:classes {:Class1 {:build/class-properties [:default]}}
|
||||
:pages-and-blocks
|
||||
[{:page {:block/title "page1"}
|
||||
:blocks [{:block/title "b1"
|
||||
@@ -238,7 +238,7 @@ prop-d:: [[nada]]"}])
|
||||
{:checkbox {:logseq.property/type :checkbox
|
||||
:build/properties
|
||||
{:logseq.property/scalar-default-value true}}}
|
||||
:classes {:Class1 {:build/schema-properties [:checkbox]}}
|
||||
:classes {:Class1 {:build/class-properties [:checkbox]}}
|
||||
:pages-and-blocks
|
||||
[{:page {:block/title "page1"}
|
||||
:blocks [{:block/title "b1"
|
||||
@@ -268,7 +268,7 @@ prop-d:: [[nada]]"}])
|
||||
:build/properties
|
||||
{:logseq.property/default-value "Todo"}
|
||||
:build/properties-ref-types {:entity :number}}}
|
||||
:classes {:Mytask {:build/schema-properties [:status]}
|
||||
:classes {:Mytask {:build/class-properties [:status]}
|
||||
:Bug {:build/class-parent :Mytask}}
|
||||
:pages-and-blocks
|
||||
[{:page {:block/title "page1"}
|
||||
|
||||
Reference in New Issue
Block a user