We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd97bd0 commit 0408cfbCopy full SHA for 0408cfb
install/mysql/glpi-empty.sql
@@ -3891,7 +3891,7 @@ CREATE TABLE `glpi_items_processes` (
3891
`started` timestamp NULL DEFAULT NULL,
3892
`tty` varchar(100) DEFAULT NULL,
3893
`user` varchar(100) DEFAULT NULL,
3894
- `virtualmemory` bigint NOT NULL DEFAULT '1',
+ `virtualmemory` bigint NOT NULL DEFAULT '0',
3895
`is_deleted` tinyint NOT NULL DEFAULT '0',
3896
`is_dynamic` tinyint NOT NULL DEFAULT '0',
3897
PRIMARY KEY (`id`),
0 commit comments