Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
MrKevJoy committed Feb 11, 2025
1 parent 2d7df47 commit 44f34b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ trn TEXT
using (var command = new NpgsqlCommand(
"""
UPDATE persons
SET cpd_induction_cpd_modified_on = @now
SET cpd_induction_modified_on = @now
FROM temp_cpd_induction
WHERE persons.Trn = temp_cpd_induction.trn;
""", connection, transaction))
Expand Down

0 comments on commit 44f34b2

Please sign in to comment.