Merge pull request #5945 from FinnStutzenstein/updateModels
Add default_vote_weight default
This commit is contained in:
commit
1f780c0926
@ -102,7 +102,9 @@ user:
|
|||||||
email: string
|
email: string
|
||||||
default_number: string
|
default_number: string
|
||||||
default_structure_level: string
|
default_structure_level: string
|
||||||
default_vote_weight: decimal(6)
|
default_vote_weight:
|
||||||
|
type: decimal(6)
|
||||||
|
default: "1"
|
||||||
last_email_send: timestamp
|
last_email_send: timestamp
|
||||||
is_demo_user:
|
is_demo_user:
|
||||||
type: boolean
|
type: boolean
|
||||||
|
Loading…
Reference in New Issue
Block a user