hedgedoc/bin
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
..
cleanup refactor(migrations): move cleanup code into migration 2022-11-06 22:24:48 +01:00
heroku Ignore Postgres SSL errors on Heroku 2021-05-07 21:43:06 +02:00
manage_users bin/manage_users: fix formatting 2022-04-03 22:14:27 +02:00
migrate_from_fs_to_minio Switch to minio v7 API 2021-02-12 23:11:37 +01:00
setup Drop support for Node.js 12 2022-05-01 21:03:19 +02:00