Skip to content
Snippets Groups Projects
Commit 35c6339a authored by David Douard's avatar David Douard
Browse files

postgresql: improve db.origin_visit_status_add to fix possible replayer issues

In case of an existing OriginVisitStatus entry (typically with the
'created' status), adding a new version of this entry should do an
update instead of ignoring it. This could happen during a replayer session
where the insertion of the OriginVisit used to automatically create an
OriginVisitStatus in "created" status. This would then prevent the
following replayer to actually insert the correct OriginVisitStatus.
parent 325f3952
No related tags found
No related merge requests found
Pipeline #6182 passed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment