don't include null values
parent
23bec87af6
commit
0d3bc7acd3
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue