4976e4a7bb
with an eye towards making the postpone_all_due recurring job work efficiently.
30 lines
968 B
YAML
30 lines
968 B
YAML
37s_account:
|
|
id: <%= ActiveRecord::FixtureSet.identify("37s_account", :uuid) %>
|
|
account: 37s_uuid
|
|
container: 37s_uuid (Account)
|
|
auto_postpone_period: <%= 30.days.to_i %>
|
|
|
|
writebook_board:
|
|
id: <%= ActiveRecord::FixtureSet.identify("writebook_board", :uuid) %>
|
|
account: 37s_uuid
|
|
container: writebook_uuid (Board)
|
|
auto_postpone_period: <%= 90.days.to_i %>
|
|
|
|
private_board:
|
|
id: <%= ActiveRecord::FixtureSet.identify("private_board", :uuid) %>
|
|
account: 37s_uuid
|
|
container: private_uuid (Board)
|
|
auto_postpone_period: <%= 30.days.to_i %>
|
|
|
|
initech_account:
|
|
id: <%= ActiveRecord::FixtureSet.identify("initech_account", :uuid) %>
|
|
account: initech_uuid
|
|
container: initech_uuid (Account)
|
|
auto_postpone_period: <%= 30.days.to_i %>
|
|
|
|
miltons_wish_list_board:
|
|
id: <%= ActiveRecord::FixtureSet.identify("miltons_wish_list_board", :uuid) %>
|
|
account: initech_uuid
|
|
container: miltons_wish_list_uuid (Board)
|
|
auto_postpone_period: <%= 90.days.to_i %>
|