Skip to content

Commit

Permalink
Fix #188 Wrong engine set in sql file
Browse files Browse the repository at this point in the history
  • Loading branch information
keha35 committed Nov 26, 2018
1 parent 0769c3e commit 55ff3b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/mysql/1.5.5-empty.sql
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ CREATE TABLE `glpi_plugin_ocsinventoryng_notificationstates` (
`id` int(11) NOT NULL auto_increment,
`states_id` int(11) NOT NULL default '0' COMMENT 'RELATION to glpi_states (id)',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

INSERT INTO `glpi_plugin_ocsinventoryng_configs`(`id`,`thread_log_frequency`,`is_displayempty`,`import_limit`) VALUES (1, 2, 1, 0);

Expand Down

0 comments on commit 55ff3b8

Please sign in to comment.