More cleanup of unquoted or misquoted SQL identifiers

This commit is contained in:
2025-01-24 10:25:40 +01:00
parent 9029f6d423
commit da2746d2a0
2 changed files with 17 additions and 16 deletions

View File

@@ -4,7 +4,7 @@
SUM(IFNULL("missing_join"."total", 0)) AS "total_missing",
{% endblock %}
{% block "total_quantity" %}
{% block total_quantity %}
SUM(IFNULL("minifigures"."quantity", 0)) AS "total_quantity",
{% endblock %}