Round score to 1 decimal instead of 0

[MAILPOET-3525]
This commit is contained in:
Pavel Dohnal
2021-04-21 10:21:01 +02:00
committed by Veljko V
parent a2c1b4f8bc
commit 3f91c40594
7 changed files with 36 additions and 19 deletions

View File

@@ -216,7 +216,7 @@ class Migrator {
'count_confirmations int(11) unsigned NOT NULL DEFAULT 0,',
'unsubscribe_token char(15) NULL,',
'link_token char(32) NULL,',
'engagement_score tinyint unsigned NULL,',
'engagement_score FLOAT unsigned NULL,',
'engagement_score_updated_at timestamp NULL,',
'PRIMARY KEY (id),',
'UNIQUE KEY email (email),',