Files
fizzy/test/fixtures/thread_entries.yml
T
Jose Farias ae497aae85 Clear up dependency destruction chain
Buckets destroy their bubbles, which destroy their thread entries, which destroy their threadables, which is how comments end up destroyed, and then rollups end up deleting their events
2024-10-23 14:51:12 -06:00

41 lines
800 B
YAML

logo_1:
bubble: logo
threadable: logo_initial_activity (Rollup)
created_at: <%= 1.week.ago %>
logo_2:
bubble: logo
threadable: logo_agreement_jz (Comment)
created_at: <%= 2.days.ago %>
logo_3:
bubble: logo
threadable: logo_second_activity (Rollup)
created_at: <%= 1.day.ago %>
logo_4:
bubble: logo
threadable: logo_agreement_kevin (Comment)
created_at: <%= 2.hours.ago %>
logo_5:
bubble: logo
threadable: logo_third_activity (Rollup)
created_at: <%= 1.hour.ago %>
layout_1:
bubble: layout
threadable: layout_initial_activity (Rollup)
layout_2:
bubble: layout
threadable: layout_overflowing_david (Comment)
text_1:
bubble: text
threadable: text_initial_activity (Rollup)
shipping_1:
bubble: shipping
threadable: shipping_initial_activity (Rollup)