mongo-migrate-ts icon indicating copy to clipboard operation
mongo-migrate-ts copied to clipboard

Run mongodb migrations easy from TypeScript

Results 18 mongo-migrate-ts issues
Sort by recently updated
recently updated
newest added

Hi! πŸ‘‹ Firstly, thanks for your work on this project! πŸ™‚ Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. I encountered an issue with the...

# Problem Description Migration files are not ordered by timestamp when running `up`-command which can cause ordering issues. For example Migration1: createCollection Migration2: change stuff within collection If not ordered,...

Upgrading to 1.5.0 changes the default load behavior of the migrations, my migrations are set up as so. ```/jrh-exacta/dev/super-app/ └── build/ └── mongo/ └── migrations/ β”œβ”€β”€ 1713446102472_create_clientTelemetry.js β”œβ”€β”€ 1713804829014_AddClientTelemetryLevelIndex.js β”œβ”€β”€...

![image](https://github.com/user-attachments/assets/e875aa3d-a7c0-485f-84a9-f8cc0294b69c) I have created migration scripts inside migration folder and when checking migration status or try to migrate, it keeps showing me that there is no migrations

Hi @mycodeself, Thank you for creating this libraryβ€”it's been very helpful. I noticed that the absolute filename of a migration is currently saved to the database. This setup means a...

Hi, When running migrate:up - we are getting the error `TypeError: classes[key] is not a constructor`. The error is coming from `node_modules/mongo-migrate-ts/lib/migrations.ts 38:19`. This error could be due to something...

Bumps [rollup](https://github.com/rollup/rollup) from 2.79.1 to 2.79.2. Changelog Sourced from rollup's changelog. rollup changelog 4.22.5 2024-09-27 Bug Fixes Allow parsing of certain unicode characters again (#5674) Pull Requests #5674: Fix panic...

dependencies

Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.5 to 4.0.8. Release notes Sourced from micromatch's releases. 4.0.8 Ultimate release that fixes both CVE-2024-4067 and CVE-2024-4068. We consider the issues low-priority, so even if you...

dependencies