Skip to content

Commit 6d1f75b

Browse files
committed
Ruby: add databaseMetadata relation to dbscheme
This is required for overlay support.
1 parent c24eb9c commit 6d1f75b

File tree

11 files changed

+6193
-2
lines changed

11 files changed

+6193
-2
lines changed

ql/extractor/src/generator.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ pub fn run(options: Options) -> std::io::Result<()> {
3636
},
3737
];
3838

39-
generate(languages, options.dbscheme, options.library)
39+
generate(languages, options.dbscheme, options.library, false)
4040
}

0 commit comments

Comments
 (0)