fix: preserve legacy report record source accuracy

This commit is contained in:
hectorzhao
2026-07-14 10:05:08 +08:00
parent 6421671259
commit 7099147871
4 changed files with 7 additions and 2 deletions
@@ -0,0 +1,4 @@
UPDATE "ChannelSignatureReportRecord"
SET "sourceEntry" = 'legacy'
WHERE "action" = 'manual_status_change'
AND "sourceEntry" = 'system';