Dosenpfand c52e129e83
fix(sqlite) Migrate revert with no-transaction (#4024)
* Fix migration reverts for no-TX SQLite

* Add regression test

---------

Co-authored-by: Markus Gasser <markus.gasser@frauscher.com>
2025-09-14 17:43:39 -07:00

4 lines
49 B
SQL

-- no-transaction
PRAGMA JOURNAL_MODE = DELETE;