ocadotechnology / codeforlife-portal

The portal code for Code for Life
https://www.codeforlife.education/
Other
51 stars 79 forks source link

Enable atomic transactions on old system #2279

Closed lauracumming closed 6 months ago

lauracumming commented 7 months ago

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.