hedgedoc/backend/src
David Mehren 10776de54f fix(migrations): use migration file extension according to runtime
We need to use .ts only if we run inside ts-node
or other tools that use it. In all other cases, we need to
refer to the .js migration files.

Signed-off-by: David Mehren <git@herrmehren.de>
2023-10-08 17:58:32 +02:00
..
api Move monitoring TODO 2023-10-08 16:00:42 +02:00
auth
authors
config Adding issues for TODOs 2023-10-08 16:00:42 +02:00
errors
frontend-config Remove gitlab api version option 2023-10-08 16:00:42 +02:00
groups
history
identity Adding issues for TODOs 2023-10-08 16:00:42 +02:00
logger Adding issues for TODOs 2023-10-08 16:00:42 +02:00
media Add example noteId 2023-10-08 16:00:42 +02:00
migrations feat: add initial database migration 2023-10-08 17:58:32 +02:00
monitoring Adding issues for TODOs 2023-10-08 16:00:42 +02:00
notes
permissions
realtime Adding issues for TODOs 2023-10-08 16:00:42 +02:00
revisions
sessions fix(session-service): properly handle session store results 2023-10-07 19:01:57 +02:00
users Remove not needed TODOs 2023-10-08 16:00:42 +02:00
utils fix(migrations): use migration file extension according to runtime 2023-10-08 17:58:32 +02:00
app-init.ts
app.module.ts fix(migrations): use migration file extension according to runtime 2023-10-08 17:58:32 +02:00
events.ts
main.ts
ormconfig.ts feat: add initial database migration 2023-10-08 17:58:32 +02:00
seed.ts