Remove redundant section of SQL query
This commit is contained in:
parent
6f3b96f435
commit
28e877dc26
|
@ -2910,8 +2910,7 @@ Areas are stored as subnodes of the =Areas= file node, and likewise for goals. T
|
||||||
:inner-join tags :on (= dest node_id)
|
:inner-join tags :on (= dest node_id)
|
||||||
:where (= source $s1)
|
:where (= source $s1)
|
||||||
:and (= type "id")
|
:and (= type "id")
|
||||||
:and (= tag $s2)
|
:and (= tag $s2)]
|
||||||
:group :by dest]
|
|
||||||
(org-roam-node-id node) tag)))
|
(org-roam-node-id node) tag)))
|
||||||
(mapcar (lambda (id) (org-roam-populate
|
(mapcar (lambda (id) (org-roam-populate
|
||||||
(org-roam-node-create :id (car id))))
|
(org-roam-node-create :id (car id))))
|
||||||
|
|
Loading…
Reference in a new issue