David Mehren f606a7825f refactor(migrations): move cleanup code into migration
We cannot execute the cleanup script as a subprocess with sqlite,
as we now wrap the migrations in a SAVEPOINT, which blocks a second
process.

This moves the cleanup code into the migration file, so it can be
executed in-process.

Signed-off-by: David Mehren <git@herrmehren.de>
2022-11-06 22:24:48 +01:00
..
2018-11-13 23:30:13 +01:00
2022-04-10 21:24:30 +02:00
2022-10-30 22:15:16 +01:00
2019-05-31 00:30:29 +02:00
2021-04-25 20:06:56 +02:00