api/pkg/db/fixtures/team_list.yml

48 lines
699 B
YAML
Raw Normal View History

2018-12-16 13:21:32 +00:00
- id: 1
team_id: 1
list_id: 3
2019-04-21 18:18:17 +00:00
right: 0
2019-03-29 17:54:35 +00:00
updated: 0
created: 0
2019-04-21 18:18:17 +00:00
# This team has read only access on list 6
2018-12-16 13:21:32 +00:00
- id: 2
team_id: 2
2019-04-21 18:18:17 +00:00
list_id: 6
right: 0
updated: 0
created: 0
# This team has write access on list 7
- id: 3
team_id: 3
list_id: 7
right: 1
2019-03-29 17:54:35 +00:00
updated: 0
created: 0
2019-04-21 18:18:17 +00:00
# This team has admin access on list 8
- id: 4
team_id: 4
list_id: 8
right: 2
updated: 0
created: 0
# Readonly acces on list 19
- id: 5
team_id: 8
list_id: 19
right: 2
updated: 0
created: 0
# Write acces on list 19
- id: 6
team_id: 9
list_id: 19
right: 1
updated: 0
created: 0
# Admin acces on list 19
- id: 7
team_id: 10
list_id: 19
right: 2
updated: 0
2019-04-21 18:18:17 +00:00
created: 0