From 67c0342444fa569b0de326a71274f9cc05b7f33d Mon Sep 17 00:00:00 2001 From: Travis Kuenzi Date: Thu, 28 May 2026 20:33:51 -0700 Subject: [PATCH] [docs] codingstyle: Fix SQL indentation image alt text --- general/development/policies/codingstyle/sql.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/general/development/policies/codingstyle/sql.md b/general/development/policies/codingstyle/sql.md index 7a7d9ef30..337f26f4f 100644 --- a/general/development/policies/codingstyle/sql.md +++ b/general/development/policies/codingstyle/sql.md @@ -48,7 +48,9 @@ $records = $DB->get_records_sql($sql, ['above'=>111]); ## Indentation {/* #indentation */} -![sql_indentation.png](./_sql/sql_indentation.png) +![Example of SQL indentation with SELECT, FROM, JOIN, and WHERE clauses aligned vertically for readability.](./_sql/sql_indentation.png) + +Example of SQL indentation with SELECT, FROM, JOIN, and WHERE clauses aligned vertically for readability. ## Subqueries {/* #subqueries */}