about summary refs log tree commit diff
path: root/examples/schema.scm
diff options
context:
space:
mode:
authorMunyoki Kilyungi2025-12-23 20:06:23 +0300
committerMunyoki Kilyungi2026-01-13 12:02:50 +0300
commit5fec5c4d6d1c07251b06348a00bb040978b5e9ac (patch)
tree41177c39afd7299f9d082e411014e08eb8b4b4a4 /examples/schema.scm
parentf96056e48c83cb5d083bdb59dd5d11306bb5ac31 (diff)
downloadgn-transform-databases-5fec5c4d6d1c07251b06348a00bb040978b5e9ac.tar.gz
Update schema for several transforms.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
Diffstat (limited to 'examples/schema.scm')
-rwxr-xr-xexamples/schema.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/schema.scm b/examples/schema.scm
index 50cfd6a..bfc5747 100755
--- a/examples/schema.scm
+++ b/examples/schema.scm
@@ -33,7 +33,7 @@
                                      (table-name table)))))
                   (triple table-id 'rdf:type 'gn:sqlTable)
                   (triple table-id 'gn:name (table-name table))
-                  (triple table-id 'gn:hasSize (string->symbol (format #f "~a" (table-size table))))
+                  (triple table-id 'gn:has_size (string->symbol (format #f "~a" (table-size table))))
                   (for-each (lambda (column)
                               (let ((column-id (column-id (table-name table)
                                                           (column-name column))))