Skip to content

Commit 0e3a22f

Browse files
committed
fix sql schema
1 parent 0070132 commit 0e3a22f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install/mysql/glpi-empty.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6749,7 +6749,7 @@ CREATE TABLE `glpi_items_olas` (
67496749
`ola_type` tinyint NOT NULL,
67506750
`start_time` timestamp,
67516751
`waiting_time` int NOT NULL DEFAULT 0,
6752-
`is_late` tinyint(1) NOT NULL DEFAULT 0,
6752+
`is_late` tinyint NOT NULL DEFAULT 0,
67536753
PRIMARY KEY (`id`),
67546754
KEY `item` (`itemtype`,`items_id`),
67556755
KEY `olas_id` (`olas_id`)

0 commit comments

Comments
 (0)