Skip to content
Snippets Groups Projects
Unverified Commit a63d4cc9 authored by Sean Quah's avatar Sean Quah Committed by GitHub
Browse files

Make sqlite database migrations transactional again (#14910)


#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: default avatarSean Quah <seanq@matrix.org>
parent b15f0758
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment