Go to file
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
.github Update stale.yml 2018-02-07 08:38:09 +05:30
.m2 Update copyright 2023-05-26 23:58:39 +05:30
components Fix issues with handling OPERATION_DETAILS and OPERATION_PROPERTIES 2024-04-18 04:05:04 +00:00
features Fix issues with handling OPERATION_DETAILS and OPERATION_PROPERTIES 2024-04-18 04:05:04 +00:00
.gitignore Add .factorypath file to gitignore 2021-11-12 16:05:26 +05:30
.gitlab-ci.yml Update .gitlab-ci.yml 2021-06-22 04:43:59 +00:00
.travis.yml Adding travis build config 2017-12-22 19:15:30 +05:30
issue_template.md Adding Issue Template 2017-09-26 09:36:40 +05:30
LICENSE Initial commit 2015-01-19 13:05:10 +05:30
pom.xml [maven-release-plugin] prepare for next development iteration 2024-04-09 10:35:40 +05:30
pull_request_template.md Update PR template 2022-11-23 18:52:19 +00:00
README.md Update Jenkins build status badge 2022-11-28 08:00:25 +05:30

Entgra Device Management Core