More cleanup of unquoted or misquoted SQL identifiers
This commit is contained in:
@@ -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 %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user