From 61d3aa8c489c652ca21f3f8437b153ec2beb2c38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ber=C3=A1nek?= Date: Sat, 9 Mar 2024 07:37:01 +0100 Subject: [PATCH] Fix typo in database docs --- database/schema.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database/schema.md b/database/schema.md index c5f490e1b..07d935cea 100644 --- a/database/schema.md +++ b/database/schema.md @@ -217,7 +217,7 @@ series aid cid value Records the duration of compiling a `rustc` crate for a given artifact and collection. ``` -sqlite> select * from runtime_pstat limit 1; +sqlite> select * from rustc_compilation limit 1; aid cid crate duration --- --- ---------- -------- 1 42 rustc_mir_transform 28.096