4976e4a7bb
with an eye towards making the postpone_all_due recurring job work efficiently.
21 lines
502 B
YAML
21 lines
502 B
YAML
writebook:
|
|
id: <%= ActiveRecord::FixtureSet.identify("writebook", :uuid) %>
|
|
name: Writebook
|
|
creator: david_uuid
|
|
all_access: true
|
|
account: 37s_uuid
|
|
|
|
private:
|
|
id: <%= ActiveRecord::FixtureSet.identify("private", :uuid) %>
|
|
name: Private board
|
|
creator: kevin_uuid
|
|
all_access: false
|
|
account: 37s_uuid
|
|
|
|
miltons_wish_list:
|
|
id: <%= ActiveRecord::FixtureSet.identify("miltons_wish_list", :uuid) %>
|
|
name: Milton's Wish List
|
|
creator: mike_uuid
|
|
all_access: true
|
|
account: initech_uuid
|