.dev/scripts/geoip-db-import/sql/geoip_truncate_db.sql

Summary

Maintainability
Test Coverage
TRUNCATE TABLE geoip_asn;
TRUNCATE TABLE geoip_countries;
TRUNCATE TABLE geoip_country_location;
TRUNCATE TABLE geoip_city_blocks;
TRUNCATE TABLE geoip_city_location;

TRUNCATE TABLE geoip2_city_blocks;
TRUNCATE TABLE geoip2_city_location;