mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-09-26 20:40:54 +00:00

* Fix migration reverts for no-TX SQLite * Add regression test --------- Co-authored-by: Markus Gasser <markus.gasser@frauscher.com>
4 lines
49 B
SQL
4 lines
49 B
SQL
-- no-transaction
|
|
|
|
PRAGMA JOURNAL_MODE = DELETE;
|