Go: add dbscheme relations for overlay support

This commit is contained in:
Nick Rolfe
2025-08-27 12:53:56 +01:00
parent 3c20b950a0
commit c91e5618a4
8 changed files with 2258 additions and 0 deletions

View File

@@ -43,6 +43,17 @@ externalData(
snapshotDate(unique date snapshotDate : date ref);
sourceLocationPrefix(varchar(900) prefix : string ref);
/** Overlay support **/
databaseMetadata(
string metadataKey: string ref,
string value: string ref
);
overlayChangedFiles(
string path: string ref
);
`)
// Copied directly from the XML dbscheme