Commit ab6bd97
fix: skip stale signal_triage rows instead of re-inserting during snapshot restore (#33)
When a snapshot row is older than the existing database row, the previous
logic fell through to the insert branch and violated the signal_triage
primary key. Stale rows are now skipped.
Co-authored-by: JW-90124 <jww2708@gmail.com>
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>1 parent f943095 commit ab6bd97
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
871 | 871 | | |
872 | 872 | | |
873 | 873 | | |
874 | | - | |
875 | | - | |
| 874 | + | |
| 875 | + | |
| 876 | + | |
| 877 | + | |
876 | 878 | | |
877 | 879 | | |
878 | 880 | | |
| |||
0 commit comments