aboutsummaryrefslogtreecommitdiff
path: root/dump/schema-dump.scm
diff options
context:
space:
mode:
Diffstat (limited to 'dump/schema-dump.scm')
-rw-r--r--dump/schema-dump.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/dump/schema-dump.scm b/dump/schema-dump.scm
index cda3fd0..876eafb 100644
--- a/dump/schema-dump.scm
+++ b/dump/schema-dump.scm
@@ -38,7 +38,7 @@
(TableComments))))
(define (dump-schema-annotations db)
- (call-with-genenetwork-database
+ (call-with-target-database
(lambda (db)
(for-each (cut dump-table-fields db <>)
(get-tables-from-comments db)))))