Update model assignment. Change enum and default of phase.

This commit is contained in:
Ludwig Reiter 2020-10-30 10:03:40 +01:00
parent 4d8a53513a
commit e199e9dbe0

View File

@ -1566,10 +1566,10 @@ assignment:
phase: phase:
type: number type: number
enum: enum:
- 0
- 1 - 1
- 2 - 2
- 3 default: 0
default: 1
default_poll_description: string default_poll_description: string
number_poll_candidates: boolean number_poll_candidates: boolean