From 0092b7c0a4d6cf49c092e2232af63f87be63142b Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Fri, 6 Oct 2023 14:28:59 +0200 Subject: should be tinyint instead of numeric for mysql --- install/schema_mysql.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install') diff --git a/install/schema_mysql.sql b/install/schema_mysql.sql index cda82ed08..570ac6c86 100644 --- a/install/schema_mysql.sql +++ b/install/schema_mysql.sql @@ -1205,7 +1205,7 @@ CREATE TABLE IF NOT EXISTS `updates` ( `ud_last` datetime NOT NULL DEFAULT '0001-01-01 00:00:00', `ud_flags` int(11) NOT NULL DEFAULT 0 , `ud_addr` char(191) NOT NULL DEFAULT '', - `ud_update` numeric(1) NOT NULL DEFAULT 0, + `ud_update` tinyint(1) NOT NULL DEFAULT 0, `ud_host` char(191) NOT NULL DEFAULT '', PRIMARY KEY (`ud_id`), KEY `ud_date` (`ud_date`), -- cgit v1.2.3