Merge pull request #5912 from FinnStutzenstein/userTimestamp

Fix user last_email_send type
This commit is contained in:
Finn Stutzenstein 2021-02-22 07:58:20 +01:00 committed by GitHub
commit e30f4c85d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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