From 6aad3b47f5cbd798c3139010d1c84e627f686b3a Mon Sep 17 00:00:00 2001 From: atm-greg Date: Thu, 24 Sep 2020 15:28:41 +0200 Subject: [PATCH] remove fields size modification --- htdocs/install/mysql/tables/llx_actioncomm_reminder.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/install/mysql/tables/llx_actioncomm_reminder.sql b/htdocs/install/mysql/tables/llx_actioncomm_reminder.sql index ff992227d0d..78dd00d6ea5 100644 --- a/htdocs/install/mysql/tables/llx_actioncomm_reminder.sql +++ b/htdocs/install/mysql/tables/llx_actioncomm_reminder.sql @@ -21,7 +21,7 @@ CREATE TABLE llx_actioncomm_reminder( typeremind varchar(32) NOT NULL, fk_user integer NOT NULL, offsetvalue integer NOT NULL, - offsetunit varchar(10) NOT NULL, + offsetunit varchar(1) NOT NULL, status integer NOT NULL DEFAULT 0, entity integer NOT NULL DEFAULT 1, fk_actioncomm integer NOT NULL,