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 0070132 commit 0e3a22fCopy full SHA for 0e3a22f
1 file changed
install/mysql/glpi-empty.sql
@@ -6749,7 +6749,7 @@ CREATE TABLE `glpi_items_olas` (
6749
`ola_type` tinyint NOT NULL,
6750
`start_time` timestamp,
6751
`waiting_time` int NOT NULL DEFAULT 0,
6752
- `is_late` tinyint(1) NOT NULL DEFAULT 0,
+ `is_late` tinyint NOT NULL DEFAULT 0,
6753
PRIMARY KEY (`id`),
6754
KEY `item` (`itemtype`,`items_id`),
6755
KEY `olas_id` (`olas_id`)
0 commit comments