-
I see that the latest release server has migrations only for Postgres at the moment. I propose to create similar migrations for MongoDB users who want to upgrade from v1.3 to latest version. I would l…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
### Issue description
I am trying to drop my primary key constant using migration file but it's not working
### Expected Behavior
I added the query of
ALTER TABLE TABLENAME DROP CONTRAINT contrai…
-
I'm admittedly pretty lost when it comes to how we might implement this, but I'm sure some good options exist out there. This issue will be used to track the research process for figuring out _how_ Mo…
-
Hi,
I'm just curious, in each new migration you have line `var mongodb = require('mongodb');` but it is not used in up or down exports. Why is it there?
-
When I try to update MongoDB.Driver to v. 2.28.0 from v.2.27.0, with Mongo.Migration 3.1.4 it throws I get following errors:
```
'M_1_0_0_MigrationName' does not implement inherited abstract membe…
-
On a reçu ça par email.
Important bits:
> This migration must be completed by January 27, 2025
(donc on a le temps)
> IMPORTANT: if this migration is not completed before the deadline, it …
thbar updated
1 month ago
-
## Problem
Migrating your database over time is an important part of the development cycle. We offer some great tooling for SQL databases like Postgres and MySQL with `prisma migrate` and `db push`…
-
**Describe the Bug**
Executing migration for scylla returns an error `error: no migration found for version 0: read down for version 0`
**Steps to Reproduce**
1. Generate migration files
```
m…
-
### Bug description
I'm in the middle of refactoring from `mongoose` to `prisma` using MongoDB database hosted on MongoDB Atlas. I found out that simple queries are **much** slower compared to `mon…