e4011ef211
- schema changes to primary and foreign keys - fixture changes - customer data models subclass AccountScopedRecord - import script updated
61 lines
1.5 KiB
YAML
61 lines
1.5 KiB
YAML
logo:
|
|
id: <%= ActiveRecord::FixtureSet.identify("logo", :uuid) %>
|
|
number: 1
|
|
board: writebook_uuid
|
|
creator: david_uuid
|
|
column: writebook_triage_uuid
|
|
title: The logo isn't big enough
|
|
due_on: <%= 3.days.from_now %>
|
|
created_at: <%= 1.week.ago %>
|
|
status: published
|
|
last_active_at: <%= 1.week.ago %>
|
|
account: 37s_uuid
|
|
|
|
layout:
|
|
id: <%= ActiveRecord::FixtureSet.identify("layout", :uuid) %>
|
|
number: 2
|
|
board: writebook_uuid
|
|
creator: david_uuid
|
|
column: writebook_triage_uuid
|
|
title: Layout is broken
|
|
created_at: <%= 1.week.ago %>
|
|
status: published
|
|
last_active_at: <%= 1.week.ago %>
|
|
account: 37s_uuid
|
|
|
|
text:
|
|
id: <%= ActiveRecord::FixtureSet.identify("text", :uuid) %>
|
|
number: 3
|
|
board: writebook_uuid
|
|
creator: kevin_uuid
|
|
column: writebook_in_progress_uuid
|
|
title: The text is too small
|
|
created_at: <%= 1.week.ago %>
|
|
status: published
|
|
last_active_at: <%= 1.week.ago %>
|
|
account: 37s_uuid
|
|
|
|
shipping:
|
|
id: <%= ActiveRecord::FixtureSet.identify("shipping", :uuid) %>
|
|
number: 4
|
|
board: writebook_uuid
|
|
creator: kevin_uuid
|
|
column: writebook_triage_uuid
|
|
title: We need to ship the app
|
|
created_at: <%= 1.week.ago %>
|
|
status: published
|
|
last_active_at: <%= 1.week.ago %>
|
|
account: 37s_uuid
|
|
|
|
buy_domain:
|
|
id: <%= ActiveRecord::FixtureSet.identify("buy_domain", :uuid) %>
|
|
number: 5
|
|
board: writebook_uuid
|
|
creator: david_uuid
|
|
title: Buy domain
|
|
created_at: <%= 1.week.ago %>
|
|
status: published
|
|
last_active_at: <%= 1.week.ago %>
|
|
account: 37s_uuid
|
|
|