Java/Ruby/Rust/QL: add overlayChangedFiles relation to dbscheme

This commit is contained in:
Nick Rolfe
2025-06-26 15:05:16 +01:00
parent a4de3110ae
commit 72b4e67477
8 changed files with 53 additions and 0 deletions

View File

@@ -110,3 +110,7 @@ databaseMetadata(
string metadataKey: string ref,
string value: string ref
);
overlayChangedFiles(
string path: string ref
);