hedgedoc/lib
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
..
config Upload file to s3: make public a file on upload and allow to configure destination folder 2022-07-10 17:44:17 +02:00
migrations refactor(migrations): move cleanup code into migration 2022-11-06 22:24:48 +01:00
models style(migrations): fix formatting errors 2022-11-06 22:24:48 +01:00
ot
web Pass through breaks option to published note 2022-10-03 20:18:16 +02:00
workers
csp.js
errors.js Fix express deprecation warning 2022-10-30 22:15:16 +01:00
history.js
letter-avatars.js
logger.js
prometheus.js
realtime.js
response.js
utils.js