mirror of
https://github.com/logseq/logseq.git
synced 2026-05-21 19:24:17 +00:00
log upsert-property!
This commit is contained in:
@@ -631,6 +631,7 @@
|
||||
with the given property-id or :property-name option. When a property is created
|
||||
it is ensured to have a unique :db/ident"
|
||||
[conn property-id schema {:keys [property-name properties] :as opts}]
|
||||
(prn :debug ::upsert-property! property-id schema opts)
|
||||
(let [db @conn
|
||||
db-ident (or property-id
|
||||
(try (db-property/create-user-property-ident-from-name property-name)
|
||||
|
||||
Reference in New Issue
Block a user