Skip to content

Commit 97e97f4

Browse files
committed
rust: Regenerate dbscheme
1 parent 72e90ec commit 97e97f4

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

rust/ql/lib/rust.dbscheme

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,23 @@ yaml_locations(unique int locatable: @yaml_locatable ref,
109109
@yaml_locatable = @yaml_node | @yaml_error;
110110

111111
/*- Database metadata -*/
112+
113+
/**
114+
* The CLI will automatically emit applicable tuples for this table,
115+
* such as `databaseMetadata("isOverlay", "true")` when building an
116+
* overlay database.
117+
*/
112118
databaseMetadata(
113119
string metadataKey: string ref,
114120
string value: string ref
115121
);
116122

123+
/*- Overlay support -*/
124+
125+
/**
126+
* The CLI will automatically emit tuples for each new/modified/deleted file
127+
* when building an overlay database.
128+
*/
117129
overlayChangedFiles(
118130
string path: string ref
119131
);

0 commit comments

Comments
 (0)