Fix user last_email_send type

This commit is contained in:
Finn Stutzenstein 2021-02-22 07:57:08 +01:00
parent 21338d20c8
commit 1e194cf161
No known key found for this signature in database
GPG Key ID: 9042F605C6324654

View File

@ -102,7 +102,7 @@ user:
default_number: string
default_structure_level: string
default_vote_weight: decimal(6)
last_email_send: string
last_email_send: timestamp
is_demo_user:
type: boolean
read_only: true