From 8fca2ce2eb74e51888ee7385445b88af427523d2 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 8 Jan 2021 00:52:38 +0100 Subject: [PATCH] Fix field size --- htdocs/install/mysql/tables/llx_website.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/install/mysql/tables/llx_website.sql b/htdocs/install/mysql/tables/llx_website.sql index 21b88d16ece..0df6ccf8ef3 100644 --- a/htdocs/install/mysql/tables/llx_website.sql +++ b/htdocs/install/mysql/tables/llx_website.sql @@ -37,7 +37,7 @@ CREATE TABLE llx_website date_creation datetime, position integer DEFAULT 0, lastaccess datetime NULL, - pageviews_month integer DEFAULT 0, + pageviews_month BIGINT UNSIGNED DEFAULT 0, pageviews_total BIGINT UNSIGNED DEFAULT 0, tms timestamp DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, import_key varchar(14) -- import key