Fix: Change county to country in geo_locations to match actual schema

This commit is contained in:
cawcenter
2025-12-16 13:17:36 -05:00
parent f7cd831085
commit 2d4465307d

View File

@@ -195,7 +195,7 @@ CREATE TABLE IF NOT EXISTS geo_locations (
-- Location details
city VARCHAR(255),
state VARCHAR(50),
county VARCHAR(255),
country VARCHAR(255),
zip VARCHAR(10),
location GEOGRAPHY (POINT, 4326),