mirror of
https://github.com/discourse/discourse.git
synced 2026-09-05 04:40:41 -05:00
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.