|
1 | 1 | - [Summary](#summary)
|
| 2 | + - [v2.4.0](#v240) |
| 3 | + - [Add New Process Step Types](#add-new-process-step-types) |
| 4 | + - [Sd Skipped Date](#sd-skipped-date) |
| 5 | + - [Provider Owned Technical User](#provider-owned-technical-user) |
| 6 | + - [Translatable Agreement Descriptions](#translatable-agreement-descriptions) |
| 7 | + - [Document Size](#document-size) |
2 | 8 | - [v2.3.0](#v230)
|
3 | 9 | - [Service Account renaming](#service-account-renaming)
|
4 | 10 | - [BPDM Access Configuration adjustment](#bpdm-access-configuration-adjustment)
|
@@ -49,6 +55,39 @@ Each section includes the respective change details, impact on existing data and
|
49 | 55 |
|
50 | 56 | > **_INFO:_** inside the detailed descriptions below, the definition 'migration script' refers to the term 'migrations' as it is defined by the ef-core framework: https://learn.microsoft.com/en-us/ef/core/managing-schemas/migrations
|
51 | 57 |
|
| 58 | +### v2.4.0 |
| 59 | + |
| 60 | +#### Add New Process Step Types |
| 61 | + |
| 62 | +- ENHANCE: table `process_step_types` add entries `SET_CX_MEMBERSHIP_IN_BPDM` & `RETRIGGER_SET_CX_MEMBERSHIP_IN_BPDM` |
| 63 | + |
| 64 | +The new process step types were added to support the new membership call to the bpdm which is made in the company onboarding. |
| 65 | + |
| 66 | +#### Sd Skipped Date |
| 67 | + |
| 68 | +- ENHANCE: table `connectors` add column `sd_skipped_date` |
| 69 | + |
| 70 | +Column `sd_skipped_date` was added to get information about when a sd document creation of for a connector was skipped if the `clearinghouseDisabled` flag is set to true. |
| 71 | + |
| 72 | +#### Provider Owned Technical User |
| 73 | + |
| 74 | +- ENHANCE: table `technical_user_types` add `PROVIDER_OWNED` |
| 75 | +- ENHANCE: adjust view `company_linked_technical_users` |
| 76 | + |
| 77 | +The view `company_linked_technical_users` has been adjusted to include the provider owned technical users and set the provider as well as owner to the offer provider company. |
| 78 | + |
| 79 | +#### Translatable Agreement Descriptions |
| 80 | + |
| 81 | +- NEW: table `agreement_descriptions` |
| 82 | + |
| 83 | +The `agreement_descriptions` got added to make the descriptions of agreements configurable for a specific language code which allows translatable descriptions. |
| 84 | + |
| 85 | +#### Document Size |
| 86 | + |
| 87 | +- ENHANCED: table `documents` column `document_size` was added |
| 88 | + |
| 89 | +To have the size of the document without calculating it every time the document size has been added to the database. |
| 90 | + |
52 | 91 | ### v2.3.0
|
53 | 92 |
|
54 | 93 | #### Service Account renaming
|
|
0 commit comments