Skip to content

Commit

Permalink
fix(install): inconsistency between install and upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
btry committed Aug 22, 2019
1 parent 4b1ceff commit 78d4eb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install/mysql/plugin_formcreator_empty.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

CREATE TABLE IF NOT EXISTS `glpi_plugin_formcreator_answers` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`plugin_formcreator_formanswers_id` int(11) NOT NULL,
`plugin_formcreator_questions_id` int(11) NOT NULL,
`plugin_formcreator_formanswers_id` int(11) NOT NULL DEFAULT '0',
`plugin_formcreator_questions_id` int(11) NOT NULL DEFAULT '0',
`answer` text,
PRIMARY KEY (`id`),
INDEX `plugin_formcreator_formanswers_id` (`plugin_formcreator_formanswers_id`),
Expand Down

0 comments on commit 78d4eb3

Please sign in to comment.