don't include null values

main
Giò Diani 2025-01-17 14:54:25 +01:00
parent 23bec87af6
commit 0d3bc7acd3
1 changed files with 2 additions and 0 deletions

View File

@ -538,6 +538,8 @@ class Database:
consultancy_d.properties ON properties.id = extractions.property_id
WHERE
type == 'calendar'
AND
calendarBody NOT NULL
""")
def capacity_comparison_of_region(self, region_id_1, region_id_2):