Skip to content

Commit

Permalink
removed user.user_id column reference
Browse files Browse the repository at this point in the history
  • Loading branch information
sbeesla-gds committed Oct 25, 2023
1 parent b48f7b7 commit f92e216
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ INSERT INTO "environment-txma-stage"."ipv_cri_fraud" (
event_id,
component_id,
user_govuk_signin_journey_id,
user_user_id,
timestamp,
timestamp_formatted,
year,
Expand All @@ -15,7 +14,6 @@ SELECT
event_id as event_id,
component_id as component_id,
user.govuk_signin_journey_id as user_govuk_signin_journey_id,
user.user_id as user_user_id,
timestamp as timestamp,
timestamp_formatted as timestamp_formatted,
CAST(year as INT) as year,
Expand Down

0 comments on commit f92e216

Please sign in to comment.