From cd5181aa1b1899d053f9d4f782c53ef6eebe0d3f Mon Sep 17 00:00:00 2001 From: Irina Gómez Date: Thu, 10 Dec 2020 11:00:52 +0100 Subject: #1012 Change database field type of the partition size to support disk and partitions bigger 2Tb. --- admin/Database/ogAdmBD.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'admin/Database/ogAdmBD.sql') diff --git a/admin/Database/ogAdmBD.sql b/admin/Database/ogAdmBD.sql index 8520ea69..07080a1c 100644 --- a/admin/Database/ogAdmBD.sql +++ b/admin/Database/ogAdmBD.sql @@ -560,7 +560,7 @@ CREATE TABLE `ordenadores_particiones` ( `numdisk` smallint NOT NULL DEFAULT '0', `numpar` smallint NOT NULL DEFAULT '0', `codpar` int(8) NOT NULL DEFAULT '0', - `tamano` int(11) NOT NULL DEFAULT '0', + `tamano` bigint(20) NOT NULL DEFAULT '0', `uso` tinyint NOT NULL DEFAULT '0', `idsistemafichero` smallint(11) NOT NULL DEFAULT '0', `idnombreso` smallint(11) NOT NULL DEFAULT '0', -- cgit v1.2.3-18-g5258