Make sure all tables are properly pluralized
This commit is contained in:
16
pkg/db/fixtures/label_tasks.yml
Normal file
16
pkg/db/fixtures/label_tasks.yml
Normal file
@ -0,0 +1,16 @@
|
||||
- id: 1
|
||||
task_id: 1
|
||||
label_id: 4
|
||||
created: 2018-12-01 15:13:12
|
||||
- id: 2
|
||||
task_id: 2
|
||||
label_id: 4
|
||||
created: 2018-12-01 15:13:12
|
||||
- id: 3
|
||||
task_id: 35
|
||||
label_id: 4
|
||||
created: 2018-12-01 15:13:12
|
||||
- id: 4
|
||||
task_id: 36
|
||||
label_id: 4
|
||||
created: 2018-12-01 15:13:12
|
Reference in New Issue
Block a user