Actions
Defect #1984
closedLeftover records in sys_provisioning_attribute
Start date:
12/10/2019
Due date:
% Done:
100%
Estimated time:
Affected versions:
Owner:
Description
Version 9.7.11
When one provisioning which changes one attribute is created, there exist 2 records in the table sys_provisioning_attribute:
When one provisioning which changes one attribute is created, there exist 2 records in the table sys_provisioning_attribute:
- first which is linked by provisioning_id to sys_provisioning_archive
- second which is linked to nothing - its provisioning_id doesn't exist in any of the provisioning tables
Found by accident when checking the SQL here: https://wiki.czechidm.com/devel/documentation/application_configuration/dev/scheduled_tasks/task-scheduler#deleteprovisioningarchivetaskexecutor (but I don't know if the LRT would solve this).
Actions