-
I believe the "UsePostgreSQL()" parameter "schemaName" does not work as intended.
Giving it a value other than the default one -"wfc" - will just break the application since the migrations will st…
-
-
I splitted my existing scheme with already applied migrations, I decided to check what would happen if I called the command
`npx prisma migrate dev --create-only --skip-generate --schema prisma`
>…
-
Reading the [documentation](https://docs.rs/sqlx/latest/sqlx/migrate/trait.MigrationSource.html), the migration table is hardcoded to `_sqlx_migrations` with an implementation defined schema.
Since…
-
# Environment
Knex version: 3.1.0
Database + version: (irrelevant) MySQL 8.0.32
OS: Windows
DB driver library: mysql2 3.11.3
# Bug
> 1. Explain what kind of behaviour you are getting and h…
-
### Issue description
Generated migrations for PostgreSQL includes hardcoded schema in some cases, migrations then fail with different schema.
### Expected Behavior
Creating table `test` with…
-
Hey guys,
We are trying to deploy report portal 24.2.0 but we are facing one issue regarding the api. We want to deploy it in an air gap environment.
![image](https://github.com/user-attachments…
-
[fn Migrations::max_schema_version(&self)](https://docs.rs/rusqlite_migration/1.2.0/src/rusqlite_migration/lib.rs.html#603-611) is a currently private method that returns the number of available migra…
-
I've created the following locked profile:
```xml
version
12
experimental
virtualMachine
networkingTunnel
```
…
-
I'm trying to deploy the next version to vercel following all the steps.
But when I try to run the migrations from a cloned repo I get this error.
```sh
# npx drizzle-kit migrate
drizzle-kit: v0…