Skip to content

Commit

Permalink
set in lowercase for db test check
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Hamon committed Dec 14, 2016
1 parent 2ff8f63 commit 27519c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/mysql/plugin_armadito-empty.sql
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ DROP TABLE IF EXISTS `glpi_plugin_armadito_avconfigdetails`;
CREATE TABLE `glpi_plugin_armadito_avconfigdetails` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`type` varchar(255) DEFAULT NULL,
`value` TEXT,
`value` text,
`plugin_armadito_agents_id` int(11) NOT NULL,
`plugin_armadito_antiviruses_id` int(11) NOT NULL,
PRIMARY KEY (`id`)
Expand Down

0 comments on commit 27519c6

Please sign in to comment.