helium / blockchain-etl

Blockchain follower that follows and stores the Helium blockchain
Apache License 2.0
64 stars 37 forks source link

fix cities and countries location not null where #314

Closed ci-work closed 2 years ago

ci-work commented 2 years ago

locations.location is a not null field, gateway_inventory.location is a nullable field, so query makes more sense (and is faster) when where is g.location is not null