Skip to content

Commit

Permalink
Add intro to long short descriptions report
Browse files Browse the repository at this point in the history
  • Loading branch information
legoktm committed Aug 30, 2024
1 parent eb90395 commit c258f2a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dbreps2/src/general/longshortdescs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ impl Report<Row> for LongShortDescs {
"Long short descriptions"
}

fn intro(&self) -> &'static str {
"Pages with short descriptions that are longer than 100 characters"
}

fn query(&self) -> &'static str {
"
SELECT
Expand Down

0 comments on commit c258f2a

Please sign in to comment.