hedgedoc/backend
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
..
docker
public
src fix(migrations): use migration file extension according to runtime 2023-10-08 17:58:32 +02:00
test feat: add initial database migration 2023-10-08 17:58:32 +02:00
.editorconfig
.env
.eslintrc.js
.gitignore
.prettierrc.json
.prettierrc.json.license
CHANGELOG.md
eslint-local-rules.js
jest-e2e.json
jest-e2e.json.license
nest-cli.json
nest-cli.json.license
package.json feat: add initial database migration 2023-10-08 17:58:32 +02:00
package.json.license
tsconfig.build.json
tsconfig.build.json.license
tsconfig.json
tsconfig.json.license