mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Ruby: add databaseMetadata relation to dbscheme
This is required for overlay support.
This commit is contained in:
@@ -36,5 +36,5 @@ pub fn run(options: Options) -> std::io::Result<()> {
|
||||
},
|
||||
];
|
||||
|
||||
generate(languages, options.dbscheme, options.library)
|
||||
generate(languages, options.dbscheme, options.library, false)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user