Skip to content

Commit

Permalink
docs: Update release-notes [DHIS2-12600]
Browse files Browse the repository at this point in the history
  • Loading branch information
enricocolasante committed Dec 5, 2024
1 parent 526c1b7 commit 65a4107
Showing 1 changed file with 20 additions and 9 deletions.
29 changes: 20 additions & 9 deletions releases/2.42/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ To help you navigate the document, here's a detailed table of contents.
- [Database](#database)
- [Analytics](#analytics-1)
- [Breaking Changes: renamed tables and columns](#breaking-changes-renamed-tables-and-columns)
- [Tracker](#tracker-1)
- [Data inconsistencies](#data-inconsistencies)
---
## API Changes

Expand All @@ -38,15 +40,6 @@ Updating the `valueType` of a `DataElement` is prohibited if there is any existi

### Tracker

#### Database inconsistencies

Some database migrations aim to make the schema as strict as possible and fully aligned with the data model.
To ensure these migrations succeed, any inconsistencies in the database must be resolved beforehand.
If a migration fails during the upgrade process, carefully review the logs
and follow the provided instructions to address and fix the inconsistencies.

For more information [migration notes](https://github.com/dhis2/dhis2-releases/blob/master/releases/2.42/migration-notes.md).

#### Breaking Changes

The following endpoints have been removed
Expand Down Expand Up @@ -127,3 +120,21 @@ In release 41 we had some changes regarding the naming convention. Some terms we
| analytics_event_* | tegeometry | teigeometry |
| analytics_enrollment_* | pi | enrollment |
| analytics_enrollment_* | pigeometry | engeometry |

### Tracker

#### Data inconsistencies

Some database migrations aim to make the schema as strict as possible and fully aligned with the data model.
To ensure these migrations succeed, any inconsistencies in the database must be resolved beforehand.
If a migration fails during the upgrade process, carefully review the logs
and follow the provided instructions to address and fix the inconsistencies.

`not null` constraints added

| Table name | Column name |
|-----------------------------|:-------------------------:|
| event | organisationunitid |
| enrollment | organisationunitid |

For more information [migration notes](https://github.com/dhis2/dhis2-releases/blob/master/releases/2.42/migration-notes.md).

0 comments on commit 65a4107

Please sign in to comment.