Turn on the atomic transaction setting so that DB operations effectively rollback in case of a failure mid-operation.
This is to prevent a state where data has been half-initialised, instead it should be rolled back to avoid illogical states.
It would be worth performing a manual test to ensure this has been setup.
Turn on the atomic transaction setting so that DB operations effectively rollback in case of a failure mid-operation. This is to prevent a state where data has been half-initialised, instead it should be rolled back to avoid illogical states.
It would be worth performing a manual test to ensure this has been setup.