Skip to content

Commit

Permalink
added country code (#1917)
Browse files Browse the repository at this point in the history
  • Loading branch information
chitalian authored May 14, 2024
1 parent 82664b3 commit b0d58f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions valhalla/jawn/src/lib/stores/LogStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
);
Expand Down

0 comments on commit b0d58f3

Please sign in to comment.