JS: Add metadata to dbscheme and stats

This commit is contained in:
Asger F
2025-06-24 12:49:41 +02:00
parent f1ca0ecc3c
commit 6872f51725
2 changed files with 42 additions and 0 deletions

View File

@@ -1192,3 +1192,9 @@ configLocations(
);
@configLocatable = @config | @configName | @configValue;
/*- Database metadata -*/
databaseMetadata(
string metadataKey: string ref,
string value: string ref
);