diff --git a/valhalla/jawn/src/lib/stores/LogStore.ts b/valhalla/jawn/src/lib/stores/LogStore.ts index 01558b160d..396b03691a 100644 --- a/valhalla/jawn/src/lib/stores/LogStore.ts +++ b/valhalla/jawn/src/lib/stores/LogStore.ts @@ -43,6 +43,7 @@ const requestColumns = new pgp.helpers.ColumnSet( { name: "target_url", def: null }, { name: "threat", def: null }, { name: "user_id", def: null }, + { name: "country_code", def: null }, ], { table: "request" } );