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 2632f3d commit c7c6502Copy full SHA for c7c6502
sql/empty-3.0.0.sql
@@ -30,7 +30,7 @@ CREATE TABLE `glpi_plugin_addressing_pinginfos` (
30
`items_id` int(11) NOT NULL default '0' COMMENT 'RELATION to various tables, according to itemtype (id)',
31
`itemtype` varchar(100) collate utf8mb4_unicode_ci COMMENT 'see .class.php file',
32
`ping_response` tinyint(1) NOT NULL default '0',
33
- `ping_date` datetime DEFAULT NULL,
+ `ping_date` timestamp NULL DEFAULT NULL,
34
PRIMARY KEY (`id`),
35
KEY `plugin_addressing_addressings_id` (`plugin_addressing_addressings_id`),
36
KEY `ipname` (`ipname`),
0 commit comments