From 448fab6ead2a22db59d95cbff8c6ae4acd79cc44 Mon Sep 17 00:00:00 2001 From: Finn Stutzenstein Date: Mon, 8 Mar 2021 14:22:16 +0100 Subject: [PATCH] Add default_vote_weight default --- docs/models.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/models.yml b/docs/models.yml index 12406c637..e1519e234 100644 --- a/docs/models.yml +++ b/docs/models.yml @@ -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