diff --git a/CHANGELOG.md b/CHANGELOG.md index bc33634..52caf38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/inc/profile.class.php b/inc/profile.class.php index 6fd6725..7bf4d3e 100644 --- a/inc/profile.class.php +++ b/inc/profile.class.php @@ -276,8 +276,6 @@ public static function install($migration) } self::migrateAllProfiles(); - - $migration->dropTable($table); } else { // plugin never installed $query = "CREATE TABLE `" . $table . "` (