diff --git a/core/base/update/updates.php b/core/base/update/updates.php
index a4cc34c41..d5a767682 100644
--- a/core/base/update/updates.php
+++ b/core/base/update/updates.php
@@ -45,9 +45,16 @@
3. Exec update scripts.
Run the script below in maintenance mode.
- 4. Move data for qdp installations to tch.
+ 4. Only for qdp installations: Move data for qdp installations to tch.
If you have qdp tld defined in your configuration file, this update will move your data to the standard tch model.
- If you want to continue using qdp instead tch, uncheck the update scripts.(run_scipts 1 to 5)
+ Review your config definition before run the update, is mandatory to add the tld ‘tch’ to your DEDALO_PREFIX_TIPOS config values and update your Ontology afterwards.
+
+ Manually add 'ontology' to your config.php file values of var 'DEDALO_PREFIX_TIPOS' as
+
+
+ define('DEDALO_PREFIX_TIPOS', ['dd',...,'tch']);
+
+ Note: If you want to continue using qdp instead tch, uncheck the update scripts. (run_scipts from 1 to 5)
In future releases the qdp definition will not be supported by the community, you can use and maintain this ontology on your own.
";
$updates->$v->alert_update[] = $alert;