mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 09:16:30 -05:00
f606a7825f
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> |
||
---|---|---|
.. | ||
20150504155329-create-users.js | ||
20150508114741-create-notes.js | ||
20150515125813-create-temp.js | ||
20150702001020-update-to-0_3_1.js | ||
20150915153700-change-notes-title-to-text.js | ||
20160112220142-note-add-lastchange.js | ||
20160420180355-note-add-alias.js | ||
20160515114000-user-add-tokens.js | ||
20160607060246-support-revision.js | ||
20160703062241-support-authorship.js | ||
20161009040430-support-delete-note.js | ||
20161201050312-support-email-signin.js | ||
20171009121200-longtext-for-mysql.js | ||
20180209120907-longtext-of-authorship.js | ||
20180306150303-fix-enum.js | ||
20180326103000-use-text-in-tokens.js | ||
20180525153000-user-add-delete-token.js | ||
20200321153000-fix-account-deletion.js | ||
20220901102800-convert-history-to-longtext.js |