Adapt models.yml to new voting changes

This commit is contained in:
Joshua Sangmeister 2021-04-06 11:01:51 +02:00
parent a530fef898
commit df7c25cc5d
1 changed files with 6 additions and 0 deletions

View File

@ -1660,6 +1660,7 @@ poll:
- YN
- YNA
- N
is_pseudoanonymized: boolean
state:
type: string
enum:
@ -1693,6 +1694,7 @@ poll:
- N
- valid
- cast
- entitled
- disabled
majority_method:
type: string
@ -1705,6 +1707,7 @@ poll:
votesvalid: decimal(6)
votesinvalid: decimal(6)
votescast: decimal(6)
entitled_users_at_stop: JSON
content_object_id: # Note: must not be set - it is allowed to have standalone polls
type: generic-relation
@ -1778,6 +1781,9 @@ vote:
id: number
weight: decimal(6)
value: string
user_token:
type: string
required: true
option_id:
type: relation