Merge pull request #5945 from FinnStutzenstein/updateModels

Add default_vote_weight default
This commit is contained in:
Finn Stutzenstein 2021-03-08 14:24:32 +01:00 committed by GitHub
commit 1f780c0926
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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