mirror of
https://github.com/corda/corda.git
synced 2025-05-02 08:43:15 +00:00
Do not cascade updates to checkpoint error and result tables to hopefully improve database performance moving forward. Because the joined tables are no longer being updated by updating the main `DBFlowCheckpoint` entity, they must be created/updated/deleted manually. The checkpoint blobs still cascade as they pretty much always evolve in tandem with the main checkpoint table.