Skip to content

Commit 0408cfb

Browse files
trashercedric-anne
andauthored
Update install/mysql/glpi-empty.sql
Co-authored-by: Cédric Anne <[email protected]>
1 parent cd97bd0 commit 0408cfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/mysql/glpi-empty.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3891,7 +3891,7 @@ CREATE TABLE `glpi_items_processes` (
38913891
`started` timestamp NULL DEFAULT NULL,
38923892
`tty` varchar(100) DEFAULT NULL,
38933893
`user` varchar(100) DEFAULT NULL,
3894-
`virtualmemory` bigint NOT NULL DEFAULT '1',
3894+
`virtualmemory` bigint NOT NULL DEFAULT '0',
38953895
`is_deleted` tinyint NOT NULL DEFAULT '0',
38963896
`is_dynamic` tinyint NOT NULL DEFAULT '0',
38973897
PRIMARY KEY (`id`),

0 commit comments

Comments
 (0)