Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Make sqlite database migrations transactional again #14910

Merged
merged 1 commit into from
Jan 25, 2023

Commits on Jan 24, 2023

  1. Make sqlite database migrations transactional again

    #13873 introduced a regression which causes sqlite database migrations
    to no longer run inside a transaction. Wrap them in a transaction again,
    to avoid database corruption when migrations are interrupted.
    
    Fixes #14909.
    
    Signed-off-by: Sean Quah <seanq@matrix.org>
    Sean Quah committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    0cf41ba View commit details
    Browse the repository at this point in the history