mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
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> |
||
|---|---|---|
| .. | ||
| io.entgra.device.mgt.core.device.mgt.extensions.defaultrole.manager | ||
| io.entgra.device.mgt.core.device.mgt.extensions.device.organization | ||
| io.entgra.device.mgt.core.device.mgt.extensions.device.organization.api | ||
| io.entgra.device.mgt.core.device.mgt.extensions.device.type.deployer | ||
| io.entgra.device.mgt.core.device.mgt.extensions.logger | ||
| io.entgra.device.mgt.core.device.mgt.extensions.pull.notification | ||
| io.entgra.device.mgt.core.device.mgt.extensions.push.notification.provider.fcm | ||
| io.entgra.device.mgt.core.device.mgt.extensions.push.notification.provider.http | ||
| io.entgra.device.mgt.core.device.mgt.extensions.push.notification.provider.mqtt | ||
| io.entgra.device.mgt.core.device.mgt.extensions.push.notification.provider.xmpp | ||
| io.entgra.device.mgt.core.device.mgt.extensions.stateengine | ||
| io.entgra.device.mgt.core.device.mgt.extensions.userstore.role.mapper | ||
| pom.xml | ||