To ensure extra smoothness of the releases, the domain-related changes to the database (any application) must be accompanied by the relevant UPGRADE and ROLLBACK scripts.
These scripts can be found in the idms-sql-script repository in the upgrade directory under the relevant release (e.g. 3.2.5 (patches included)) folder.
Please do not forget to include the database-change-related ticket number as a comment in the UPGRADE and ROLLBACK scripts and in the GIT commit.
Example: You have added the abbreviation String field to the state entity in the SnmpManager in the REL-3.3.7. Following steps:
The steps for the ROLLBACK script are similar, with the only difference being the changed scripts and the column being dropped instead of created.