mirror of
https://github.com/pretix/pretix.git
synced 2026-08-06 10:07:50 +00:00
All of our API endpoints that do something in the system do at least two SQL queries, one for the actual change and one for the log entry. Often many more. We want all of this to happen in a transaction so we know an API call was executed or not at all, not half-way.