Skip to content

Commit

Permalink
default request version (#2352)
Browse files Browse the repository at this point in the history
  • Loading branch information
maamalama authored and colegottdank committed Aug 2, 2024
1 parent e4b421e commit 1832003
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 @@ -46,6 +46,7 @@ const requestColumns = new pgp.helpers.ColumnSet(
{ name: "threat", def: null },
{ name: "user_id", def: null },
{ name: "country_code", def: null },
{ name: "version", def: 1 },
],
{ table: "request" }
);
Expand Down

0 comments on commit 1832003

Please sign in to comment.