We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a318af7 commit d50c7f6Copy full SHA for d50c7f6
install/upgrade_to_2.7.php
@@ -104,6 +104,7 @@ public function upgrade(Migration $migration) {
104
);
105
}
106
$table = 'glpi_plugin_formcreator_formanswers';
107
+ $migration->backupTables([$table]);
108
$migration->renameTable('glpi_plugin_formcreator_forms_answers', $table);
109
$migration->migrationOneTable($table);
110
$migration->dropField($table, 'is_deleted');
0 commit comments