postgres-upgrade.sql - midPoint 4.11
Changes
| Change | Description |
|---|---|
Adds display and preferred name columns and indexes to users. |
|
Recreates connector type/version uniqueness indexes with connector-host specific predicates. |
|
Drops old connector type/version uniqueness indexes before recreating them. |
|
Adds connector development object table and triggers. |
|
Adds |
|
Adds application object table, triggers, and indexes. |
|
Adds |
Change 58
Since version: 4.11
Adds display and preferred name columns and indexes to users.
| Object | Change type | Description |
|---|---|---|
|
Modified table |
Adds display and preferred name columns. |
|
New index |
Supports lookup by original display name. |
|
New index |
Supports lookup by original preferred name. |
Change 57
Since version: 4.11
Recreates connector type/version uniqueness indexes with connector-host specific predicates.
| Object | Change type | Description |
|---|---|---|
|
New index |
Enforces connector type/version uniqueness when connector host is not set. |
|
New index |
Enforces connector type/version/host uniqueness when connector host is set. |
Change 56
Since version: 4.11
Drops old connector type/version uniqueness indexes before recreating them.
| Object | Change type | Description |
|---|---|---|
|
Removed index |
Drops old connector type/version uniqueness index. |
|
Removed index |
Drops old connector type/version/host uniqueness index. |
Change 55
Since version: 4.11
Adds connector development object table and triggers.
| Object | Change type | Description |
|---|---|---|
|
New table |
Stores connector development objects. |
|
New trigger |
Reserves OID rows for inserted connector development objects. |
|
New trigger |
Maintains update metadata for connector development objects. |
|
New trigger |
Releases OID rows for deleted connector development objects. |
Change 54
Since version: 4.11
Adds CONNECTOR_DEVELOPMENT object type value.
| Object | Change type | Description |
|---|---|---|
|
Modified enum type |
Adds |
Change 53
Since version: 4.11
Adds application object table, triggers, and indexes.
| Object | Change type | Description |
|---|---|---|
|
New table |
Stores application objects. |
|
New trigger |
Reserves OID rows for inserted applications. |
|
New trigger |
Maintains update metadata for applications. |
|
New trigger |
Releases OID rows for deleted applications. |
|
New index |
Supports lookup by original object name. |
|
New unique index |
Enforces unique normalized object names. |
|
New index |
Supports filtering by subtype. |
|
New index |
Supports lookup by identifier. |
|
New index |
Supports filtering by validity start. |
|
New index |
Supports filtering by validity end. |
|
New index |
Supports full-text-like searches. |
|
New index |
Supports filtering or ordering by creation time. |
|
New index |
Supports filtering or ordering by modification time. |
Change 52
Since version: 4.11
Adds APPLICATION object type value.
| Object | Change type | Description |
|---|---|---|
|
Modified enum type |
Adds |