fix bootstrap script after leader->responsible rename
This commit is contained in:
parent
37b54d799e
commit
3dd3c71a8c
|
@ -1258,17 +1258,17 @@ Please note that sleeping in the parking lot is not permitted. If you want to sl
|
|||
TeamMember.objects.create(
|
||||
user=user2,
|
||||
team=bar_team,
|
||||
leader=True
|
||||
responsible=True
|
||||
)
|
||||
TeamMember.objects.create(
|
||||
user=user4,
|
||||
team=noc_team,
|
||||
leader=True
|
||||
responsible=True
|
||||
)
|
||||
TeamMember.objects.create(
|
||||
user=user1,
|
||||
team=noc_team,
|
||||
leader=True
|
||||
responsible=True
|
||||
)
|
||||
TeamMember.objects.create(
|
||||
user=user3,
|
||||
|
|
Loading…
Reference in a new issue