From 62282cc9648ff29176b4ae46c0f80eda7f472369 Mon Sep 17 00:00:00 2001 From: Ludwig Reiter Date: Thu, 29 Jul 2021 14:14:33 +0200 Subject: [PATCH] motion_submitter does not need a default. In the creating a weight is always set. --- docs/models.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/models.yml b/docs/models.yml index e01d7b1c2..1db864321 100644 --- a/docs/models.yml +++ b/docs/models.yml @@ -1436,10 +1436,7 @@ motion: motion_submitter: id: number - weight: - type: number - default: 10000 - + weight: number user_id: type: relation to: user/submitted_motion_$_ids