1959e15f7e
These are mainly because the fixture's UUIDs are deterministic rather than time-sortable, and more places where we need to correct the fixture IDs as well.
12 lines
403 B
YAML
12 lines
403 B
YAML
logo_card_david_mention_by_jz:
|
|
id: <%= ActiveRecord::FixtureSet.identify("logo_card_david_mention_by_jz", :uuid) %>
|
|
source: logo_uuid (Card)
|
|
mentioner: jz_uuid
|
|
mentionee: david_uuid
|
|
|
|
logo_comment_david_mention_by_jz:
|
|
id: <%= ActiveRecord::FixtureSet.identify("logo_comment_david_mention_by_jz", :uuid) %>
|
|
source: logo_agreement_jz_uuid (Comment)
|
|
mentioner: jz_uuid
|
|
mentionee: david_uuid
|