hedgedoc/lib
Philip Molares 638c2f6740 fix(migrations): don't run with foreign keys activated
This PR deactivates and reactivates the foreign_keys in the DB for the duration of all migrations.
This prevents a cascade of deletion, when table columns are changed and tables get recreated by sequelize.

Fixes #2809

Signed-off-by: Philip Molares <philip.molares@udo.edu>
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 fix: Change data type of history attribute in user table to long text 2022-09-25 11:09:23 +02:00
models fix(migrations): don't run with foreign keys activated 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 Adapt code for eslint-config-standard 17 2022-05-01 21:19:44 +02:00
csp.js Fix GitLab snippet export 2022-04-10 21:24:30 +02:00
errors.js Fix express deprecation warning 2022-10-30 22:15:16 +01:00
history.js Adapt code for eslint-config-standard 17 2022-05-01 21:19:44 +02:00
letter-avatars.js
logger.js
prometheus.js
realtime.js Adapt code for eslint-config-standard 17 2022-05-01 21:19:44 +02:00
response.js Adapt code for eslint-config-standard 17 2022-05-01 21:19:44 +02:00
utils.js