Put reminders in an extra table (#75)
This commit is contained in:
8
pkg/models/fixtures/task_reminders.yml
Normal file
8
pkg/models/fixtures/task_reminders.yml
Normal file
@ -0,0 +1,8 @@
|
||||
- id: 1
|
||||
task_id: 27
|
||||
reminder_unix: 1543626724
|
||||
created: 1543626724
|
||||
- id: 2
|
||||
task_id: 27
|
||||
reminder_unix: 1543626824
|
||||
created: 1543626724
|
Reference in New Issue
Block a user