diff options
Diffstat (limited to 'dump')
-rw-r--r-- | dump/schema-dump.scm | 2 |
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))))) |