Commit 9ce76c64 authored by Krzysztof Leśniak's avatar Krzysztof Leśniak
Browse files

Left joins on following columns

The issue was that resets were not effective and were not deleting rows.
This is because following is set to NULL in the incoming data.
So, when the query was joining against accounts table, the resets rows
were skipped, because there was no matching account.
To fix this the JOIN on the following column needs to be LEFT JOIN.
parent b1898568
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment