You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Change fingerprints count only for single visitor
* select only visitors that not already have a fingerprint
relation in visitor column. Prevents broken relations
on a second run, if the first was not finished.
Resolves: in2code-de#64
Two issues:
visitor WHERE is missing
https://github.com/in2code-de/lux/blob/develop/Classes/Update/UpdateFingerprintRelationsUpgradeWizard.php#L50
In a second run (first was not finished) also visitors get selected where fingerprints colums already contains the count, which scrambles the relations.
https://github.com/in2code-de/lux/blob/develop/Classes/Update/UpdateFingerprintRelationsUpgradeWizard.php#L62
PR follows
The text was updated successfully, but these errors were encountered: