Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Fixed

- Fix SQL error when copying documents already linked to the target asset.
- Fix impossible to update Location preferences because table glpi_plugin_uninstall_profiles is droped.

## [2.9.4] - 2025-07-10

Expand Down
2 changes: 0 additions & 2 deletions inc/profile.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -276,8 +276,6 @@ public static function install($migration)
}

self::migrateAllProfiles();

$migration->dropTable($table);
} else {
// plugin never installed
$query = "CREATE TABLE `" . $table . "` (
Expand Down