api/pkg/db/fixtures/task_attachments.yml

12 lines
181 B
YAML
Raw Normal View History

2019-10-16 20:52:29 +00:00
- id: 1
task_id: 1
file_id: 1
created_by_id: 1
created: 0
# The file for this attachment does not exist
- id: 2
task_id: 1
file_id: 9999
created_by_id: 1
created: 0