OPERATIONS TO BE AVOIDED
Deleting fields of a Docebo table or removing the entire table can lead to dangerous and unpredictable consequences, harming the applications' functionalities.
Renaming a Docebo database field or renaming an entire table is equivalent to deleting the field or table with the original name. Therefore, the consequences are the same listed before.
This operation should be avoided since it can lead to unpredictable events, both releasing the constraints or restricting them.
In the former case, it will be possible to insert values which were not meant to be found inside the database.
In the latter case, future inserts which were allowed by the developers could be prohibited.
SAFE OPERATIONS
This operation can be risky if the following naming convention is not adopted: EXT_XXX, where the "EXT_" prefix is the extension and "XXX" è the requested name.
This operation is not dangerous at all if the following table naming convention is adopted: EXT_XXX, where the "EXT_" prefix is an extension and "XXX" è is the desired name.