don't include null values
parent
23bec87af6
commit
0d3bc7acd3
|
@ -538,6 +538,8 @@ class Database:
|
||||||
consultancy_d.properties ON properties.id = extractions.property_id
|
consultancy_d.properties ON properties.id = extractions.property_id
|
||||||
WHERE
|
WHERE
|
||||||
type == 'calendar'
|
type == 'calendar'
|
||||||
|
AND
|
||||||
|
calendarBody NOT NULL
|
||||||
""")
|
""")
|
||||||
|
|
||||||
def capacity_comparison_of_region(self, region_id_1, region_id_2):
|
def capacity_comparison_of_region(self, region_id_1, region_id_2):
|
||||||
|
|
Loading…
Reference in New Issue