branch: elpa/gnosis
commit a63dbe89ed12df1ffafb55c7f9447935bcf1e20d
Author: Thanos Apollo <[email protected]>
Commit: Thanos Apollo <[email protected]>

    [fix] schemata: links: correct type from text to integer.
---
 gnosis.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnosis.el b/gnosis.el
index ee4ef129bb..f3d58c7a38 100644
--- a/gnosis.el
+++ b/gnosis.el
@@ -1587,7 +1587,7 @@ Return thema ids for themata that match QUERY."
      ([(tag text :primary-key)]
       (:unique [tag])))
     (links
-     ([(source text)
+     ([(source integer)
        (dest text)]
       (:foreign-key [source] :references themata [id]
                    :on-delete :cascade)

Reply via email to