Update the fixture data to work with PostgreSQL

This commit is contained in:
Matt Rogers 2012-08-28 08:39:52 -05:00
parent 0062a64919
commit de33b85238

View file

@ -41,7 +41,7 @@ call_bill_gates_every_day:
show_from_delta: ~
recurring_period: daily
recurrence_selector: ~
show_always: 1
show_always: true
every_other1: 1
every_other2: ~
every_other3: ~
@ -66,7 +66,7 @@ call_bill_gates_every_workday:
number_of_occurences: ~
target: due_date
show_from_delta: ~
show_always: 0
show_always: false
recurring_period: daily
recurrence_selector: ~
every_other1: 1
@ -95,7 +95,7 @@ call_bill_gates_every_week:
show_from_delta: ~
recurring_period: weekly
recurrence_selector: ~
show_always: 0
show_always: false
every_other1: 2
every_other2: ~
every_other3: ~
@ -122,7 +122,7 @@ check_with_bill_every_last_friday_of_month:
show_from_delta: 5
recurring_period: monthly
recurrence_selector: 1
show_always: 0
show_always: false
every_other1: 1
every_other2: 2
every_other3: 5
@ -147,7 +147,7 @@ birthday_reinier:
number_of_occurences: ~
target: due_date
show_from_delta: 5
show_always: 0
show_always: false
recurring_period: yearly
recurrence_selector: 0
every_other1: 8
@ -158,4 +158,4 @@ birthday_reinier:
every_count: ~
weekday: ~
created_at: <%= last_week %>
completed_at: ~
completed_at: ~