Files
Ruben Oussoren c2438cb9fa MT: Update topic view counts during generic bulk delta imports (#43149)
Previously, update_delta_topics never touched views, so topics already mapped from a base import kept their original count when a delta export supplied a newer one.

This change adds views to the delta update columns so a non-NULL source value, including zero, replaces the destination count while NULL leaves it untouched.
2026-09-03 08:12:07 -04:00
..