-
**Describe the bug**
After being informed by the CLI that an update was available, I did a brew update/upgrade. After that
`supabase start`
in my dev tree failed with lots of
`00:01:51.050 […
-
### BC Break Report
| Q | A
|------------ | ------
| BC Break | yes
| Version | 3.0.0
#### Summary
When I updated doctrine/orm to version 3.0.0, my CI started to fail du…
-
## Description
We need a better database schema handling mechanism as there are a few problems with the current one.
### No place to look for the schema in the source
Right now, even if the databas…
-
Logging the DDL statements executed during a migration will greatly help troubleshooting, debugging, and manually recovering from a failed migration.
The current behaviour just appears to log the l…
-
### Bug description
Using MySQL with a UUID primary key of the form
```prisma
id Bytes @id @default(dbgenerated("(uuid_to_bin(uuid(), 1))")) @db.Binary(16)
```
(as suggested by https://dev.mysql.…
-
duplicate column name: installment_amount
Environment:
Ubuntu 22.04
Django 4.2.11
Python 3.10.12
PostgreSql
Error log:
python3 manage.py migrate
Operations to perform:
Apply all migrati…
-
Completely rewriting this with better formatting and info. It wasn't the database name, it was the user. FlyWay errors out when I try to use a user which isn't `postgres` to access things.
```
* Wha…
-
When Django 5 is the minimum required version, we can just use [db_default](https://docs.djangoproject.com/en/5.0/ref/models/fields/#db-default) for database-generated UUIDs and drop our [custom imple…
-
NB: The below points should not (necessarily) be fixed in the scope of this ticket, but only should be converted to own tickets IF they are deemed necessary.
Among the code of public transport mod…
-
### What version of `drizzle-orm` are you using?
0.33.0
### What version of `drizzle-kit` are you using?
0.24.2
### Describe the Bug
I have a table in the database like the below
```sql
CREAT…