Skip to content

Commit fd99d93

Browse files
committed
fix(install): schema mismatch betwheen install and upgrade
Signed-off-by: Thierry Bugier <tbugier@teclib.com>
1 parent ea967db commit fd99d93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/mysql/plugin_formcreator_empty.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ CREATE TABLE IF NOT EXISTS `glpi_plugin_formcreator_conditions` (
121121
`id` INT(11) NOT NULL AUTO_INCREMENT,
122122
`itemtype` varchar(255) NOT NULL DEFAULT '' COMMENT 'itemtype of the item affected by the condition',
123123
`items_id` INT(11) NOT NULL DEFAULT '0' COMMENT 'item ID of the item affected by the condition',
124-
`plugin_formcreator_questions_id` INT(11) NULL DEFAULT NULL COMMENT 'question to test for the condition',
124+
`plugin_formcreator_questions_id` INT(11) NOT NULL DEFAULT '0' COMMENT 'question to test for the condition',
125125
`show_condition` INT(11) NOT NULL DEFAULT '0',
126126
`show_value` VARCHAR(255) NULL DEFAULT NULL,
127127
`show_logic` INT(11) NOT NULL DEFAULT '1',

0 commit comments

Comments
 (0)