File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -149,9 +149,6 @@ protected function migrateFkToUnsignedInt() {
149
149
$ DB ->queryOrDie ("UPDATE ` $ table` SET `due_date_question` = 0 WHERE `due_date_question` IS NULL " );
150
150
$ DB ->queryOrDie ("UPDATE ` $ table` SET `destination_entity_value` = 0 WHERE `destination_entity_value` IS NULL " );
151
151
152
- $ table = 'glpi_plugin_formcreator_targetproblems ' ;
153
- $ DB ->queryOrDie ("UPDATE ` $ table` SET `destination_entity_value` = 0 WHERE `destination_entity_value` IS NULL " );
154
-
155
152
$ table = 'glpi_plugin_formcreator_targets_actors ' ;
156
153
$ DB ->queryOrDie ("UPDATE ` $ table` SET `actor_value` = 0 WHERE `actor_value` IS NULL " );
157
154
@@ -234,14 +231,6 @@ protected function migrateFkToUnsignedInt() {
234
231
'ola_question_tto ' ,
235
232
'ola_question_ttr ' ,
236
233
],
237
- 'glpi_plugin_formcreator_targetproblems ' => [
238
- 'id ' ,
239
- 'plugin_formcreator_forms_id ' ,
240
- 'problemtemplates_id ' ,
241
- 'urgency_question ' ,
242
- 'destination_entity_value ' ,
243
- 'category_question ' ,
244
- ],
245
234
'glpi_plugin_formcreator_targets_actors ' => [
246
235
'id ' ,
247
236
'items_id ' ,
You can’t perform that action at this time.
0 commit comments