Skip to content

Simplify a little bit the queries that fetch insights based on their catetory

Leandro Santiago requested to merge fix/423_simplify_query into develop

Ref #423 (closed)

It removes an unneeded union and relies on a left join with ifnull instead.

More simplification is possible on it, but that's enough for the moment.

Edited by Leandro Santiago

Merge request reports