Add default_vote_weight default

This commit is contained in:
Finn Stutzenstein 2021-03-08 14:22:16 +01:00
parent 9f036fe437
commit 448fab6ead
No known key found for this signature in database
GPG Key ID: 9042F605C6324654
1 changed files with 3 additions and 1 deletions

View File

@ -102,7 +102,9 @@ user:
email: string
default_number: string
default_structure_level: string
default_vote_weight: decimal(6)
default_vote_weight:
type: decimal(6)
default: "1"
last_email_send: timestamp
is_demo_user:
type: boolean