postgres-upgrade.sql - midPoint 4.5
Changes
| Change | Description |
|---|---|
Adds correlation timestamps and situation columns to shadows, including supporting indexes. |
|
Adds |
|
Adds |
|
Adds |
Change 5
Since version: 4.5
Adds correlation timestamps and situation columns to shadows, including supporting indexes.
| Object | Change type | Description |
|---|---|---|
|
Modified table |
Adds correlation timestamps and correlation situation columns. |
|
New index |
Supports filtering by correlation start time. |
|
New index |
Supports filtering by correlation end time. |
|
New index |
Supports filtering by correlation case open time. |
|
New index |
Supports filtering by correlation case close time. |
Change 4
Since version: 4.5
Adds CorrelationSituationType enum type for identity matching.
| Object | Change type | Description |
|---|---|---|
|
New enum type |
Adds identity matching correlation situation values. |
Change 3
Since version: 4.5
Adds m_message_template table, triggers, and indexes.
| Object | Change type | Description |
|---|---|---|
|
New table |
Stores message template objects. |
|
New trigger |
Reserves OID rows for inserted message templates. |
|
New trigger |
Maintains update metadata for message templates. |
|
New trigger |
Releases OID rows for deleted message templates. |
|
New index |
Supports lookup by original object name. |
|
New unique index |
Enforces unique normalized object names. |
|
New index |
Supports filtering by policy situation. |
|
New index |
Supports filtering or ordering by creation time. |
|
New index |
Supports filtering or ordering by modification time. |
Change 2
Since version: 4.5
Adds MESSAGE_TEMPLATE object type value.
| Object | Change type | Description |
|---|---|---|
|
Modified enum type |
Adds |