device-mgt-core/features
Charitha Goonetilleke 62722718f2 Fix issues with handling OPERATION_DETAILS and OPERATION_PROPERTIES
This is to fix incorrectly handled operation details retrieval and operation properties handling.

Need following migration for existing data.

```
ALTER TABLE `DM_DB`.`DM_OPERATION`
ADD COLUMN `OPERATION_PROPERTIES` BLOB NULL DEFAULT NULL AFTER `OPERATION_DETAILS`;

ALTER TABLE `ARCHIVAL_DB`.`DM_OPERATION_ARCH`
ADD COLUMN `OPERATION_PROPERTIES` BLOB NULL DEFAULT NULL AFTER `OPERATION_DETAILS`;

UPDATE DM_OPERATION SET OPERATION_DETAILS = null;

UPDATE DM_ENROLMENT_OP_MAPPING SET STATUS = 'ERROR' WHERE STATUS = 'PENDING' OR STATUS = 'IN_PROGRESS' OR STATUS = 'NOTNOW';
```

Reviewed-on: https://repository.entgra.net/community/device-mgt-core/pulls/371
Co-authored-by: Charitha Goonetilleke <charitha@entgra.io>
Co-committed-by: Charitha Goonetilleke <charitha@entgra.io>
2024-04-18 04:05:04 +00:00
..
analytics-mgt [maven-release-plugin] prepare for next development iteration 2024-04-09 10:35:40 +05:30
apimgt-extensions [maven-release-plugin] prepare for next development iteration 2024-04-09 10:35:40 +05:30
application-mgt [maven-release-plugin] prepare for next development iteration 2024-04-09 10:35:40 +05:30
cea-mgt-feature [maven-release-plugin] prepare for next development iteration 2024-04-09 10:35:40 +05:30
certificate-mgt [maven-release-plugin] prepare for next development iteration 2024-04-09 10:35:40 +05:30
device-mgt Fix issues with handling OPERATION_DETAILS and OPERATION_PROPERTIES 2024-04-18 04:05:04 +00:00
device-mgt-extensions [maven-release-plugin] prepare for next development iteration 2024-04-09 10:35:40 +05:30
etc Update copyright 2023-05-26 23:58:39 +05:30
heartbeat-management [maven-release-plugin] prepare for next development iteration 2024-04-09 10:35:40 +05:30
jwt-client [maven-release-plugin] prepare for next development iteration 2024-04-09 10:35:40 +05:30
logger [maven-release-plugin] prepare for next development iteration 2024-04-09 10:35:40 +05:30
oauth-extensions Update copyright 2023-05-26 23:58:39 +05:30
operation-template-mgt-plugin-feature [maven-release-plugin] prepare for next development iteration 2024-04-09 10:35:40 +05:30
policy-mgt [maven-release-plugin] prepare for next development iteration 2024-04-09 10:35:40 +05:30
subtype-mgt [maven-release-plugin] prepare for next development iteration 2024-04-09 10:35:40 +05:30
task-mgt [maven-release-plugin] prepare for next development iteration 2024-04-09 10:35:40 +05:30
tenant-mgt [maven-release-plugin] prepare for next development iteration 2024-04-09 10:35:40 +05:30
transport-mgt [maven-release-plugin] prepare for next development iteration 2024-04-09 10:35:40 +05:30
ui-request-interceptor [maven-release-plugin] prepare for next development iteration 2024-04-09 10:35:40 +05:30
webapp-authenticator-framework [maven-release-plugin] prepare for next development iteration 2024-04-09 10:35:40 +05:30