about summary refs log tree commit diff
path: root/transform/schema.scm
diff options
context:
space:
mode:
authorMunyoki Kilyungi2025-12-23 20:09:34 +0300
committerMunyoki Kilyungi2026-01-13 12:02:51 +0300
commitd44ea0aac02a52802a7b45d813b158ab9af16ace (patch)
treece8c440f1923242e81c5d5ca2b22071fce8f5389 /transform/schema.scm
parent21124e97881729999dbb6f32fcb37e53e1a55bde (diff)
downloadgn-transform-databases-d44ea0aac02a52802a7b45d813b158ab9af16ace.tar.gz
Snake case variable.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
Diffstat (limited to 'transform/schema.scm')
-rw-r--r--transform/schema.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/transform/schema.scm b/transform/schema.scm
index cdfc834..d620882 100644
--- a/transform/schema.scm
+++ b/transform/schema.scm
@@ -89,7 +89,7 @@ is a <table> object."
                                      (table-name table)))))
                   (triple table-id 'rdf:type 'gn:sqlTable)
                   (triple table-id 'gn:name (table-name table))
-                  (triple table-id 'gn:hasSize (table-size table))
+                  (triple table-id 'gn:has_size (table-size table))
                   (for-each (lambda (column)
                               (let ((column-id (column-id (table-name table)
                                                           (column-name column))))