File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments