C++: Use more standard shared dbscheme sections

We now use the shared "Overlay support" and "Database metadata".
This commit is contained in:
Ian Lynagh
2026-01-13 17:21:07 +00:00
parent c6500e2759
commit 7d6a1f72d5

View File

@@ -2389,6 +2389,8 @@ link_parent(
int link_target : @link_target ref
);
/*- Database metadata -*/
/**
* The CLI will automatically emit applicable tuples for this table,
* such as `databaseMetadata("isOverlay", "true")` when building an
@@ -2399,6 +2401,8 @@ databaseMetadata(
string value: string ref
);
/*- Overlay support -*/
/**
* The CLI will automatically emit tuples for each new/modified/deleted file
* when building an overlay database.