Skip to content

Commit ff56f3f

Browse files
committed
fix(targetticket): table structure inconsistency
1 parent 892a83c commit ff56f3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install/upgrade_to_2.13.1.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ public function schemaFixes() {
4848
$table = 'glpi_plugin_formcreator_targettickets';
4949
$DB->update(
5050
$table,
51-
['users_id_validator' => '0'],
52-
['users_id_validator' => null]
51+
['category_question' => '0'],
52+
['category_question' => null]
5353
);
5454
$this->migration->changeField($table, 'category_question', 'category_question', $unsignedIntType, ['after' => 'category_rule']);
5555
}

0 commit comments

Comments
 (0)