File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1192,3 +1192,9 @@ configLocations(
11921192);
11931193
11941194@configLocatable = @config | @configName | @configValue;
1195+
1196+ /*- Database metadata -*/
1197+ databaseMetadata(
1198+ string metadataKey: string ref,
1199+ string value: string ref
1200+ );
Original file line number Diff line number Diff line change 2826028260</dep>
2826128261</dependencies>
2826228262</relation>
28263+ <relation>
28264+ <name>databaseMetadata</name>
28265+ <cardinality>1</cardinality>
28266+ <columnsizes>
28267+ <e>
28268+ <k>metadataKey</k>
28269+ <v>1</v>
28270+ </e>
28271+ <e>
28272+ <k>value</k>
28273+ <v>1</v>
28274+ </e>
28275+ </columnsizes>
28276+ <dependencies>
28277+ <dep>
28278+ <src>metadataKey</src>
28279+ <trg>value</trg>
28280+ <val>
28281+ <hist>
28282+ <budget>12</budget>
28283+ <bs/>
28284+ </hist>
28285+ </val>
28286+ </dep>
28287+ <dep>
28288+ <src>value</src>
28289+ <trg>metadataKey</trg>
28290+ <val>
28291+ <hist>
28292+ <budget>12</budget>
28293+ <bs/>
28294+ </hist>
28295+ </val>
28296+ </dep>
28297+ </dependencies>
28298+ </relation>
2826328299</stats>
2826428300</dbstats>
You can’t perform that action at this time.
0 commit comments