feat: project historic sql evidence

This commit is contained in:
Andrey Avtomonov 2026-05-11 18:53:45 +02:00
parent 954426289d
commit fb541cb9e5
8 changed files with 511 additions and 2 deletions

View file

@ -24,6 +24,7 @@ export interface WikiFrontmatter {
representative_sql?: string;
usage?: HistoricSqlWikiUsageFrontmatter;
fingerprints?: string[];
stale_since?: string;
}
export interface WikiPage {