Files
fizzy/test/models
Mike Dalessio 1bbb6d0c03 Fix race condition in Card::ActivitySpike::DetectionJob
The check-then-act pattern in `register_activity_spike` has been
replaced with `find_or_create_by!` to eliminate the race condition
that could lead to creating multiple activity spikes for a card. To
support this change, the `card_id` index on `cards_activity_spikes`
has been made unique.

ref: https://app.fizzy.do/5986089/cards/3063
2025-11-20 15:40:42 -05:00
..
2025-11-17 09:12:17 -05:00
2025-11-11 10:01:59 +01:00
2025-11-19 17:51:38 -05:00
2025-10-31 16:33:52 +01:00
2025-11-17 09:12:31 -05:00
2025-11-14 11:24:55 +01:00
2025-11-17 09:12:41 -05:00
2025-10-31 16:24:30 +01:00
2025-06-05 16:07:19 +02:00