diff options
| author | Munyoki Kilyungi | 2025-12-23 20:09:34 +0300 |
|---|---|---|
| committer | Munyoki Kilyungi | 2026-01-13 12:02:51 +0300 |
| commit | d44ea0aac02a52802a7b45d813b158ab9af16ace (patch) | |
| tree | ce8c440f1923242e81c5d5ca2b22071fce8f5389 /transform/schema.scm | |
| parent | 21124e97881729999dbb6f32fcb37e53e1a55bde (diff) | |
| download | gn-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.scm | 2 |
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)))) |
