diff --git a/valhalla/jawn/src/lib/stores/LogStore.ts b/valhalla/jawn/src/lib/stores/LogStore.ts index 59b98cb6dc..51cffcffa5 100644 --- a/valhalla/jawn/src/lib/stores/LogStore.ts +++ b/valhalla/jawn/src/lib/stores/LogStore.ts @@ -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" } );