-
The following migration fails on a PostgreSQL table 'items' that has a double-precision column named, 'my_nullable_value':
```python3
from orator.migrations import Migration
class RemoveColumnsNa…
-
We need to be able to autogenerate and apply/undo migrations from schema modifications.
-
There's a cool feature called the schema cache: https://kirshatrov.com/2016/12/13/schema-cache/
Here's some problems with using this feature on Heroku.
## Problem 1
The officially sanctioned …
-
### Bug Report
| Q | A
|------------ | ------
| BC Break | no
| Version | 3.5.2
#### Summary
Bug report about a changing the primary key order of a composite primary key…
-
I would like to use this package in a project that uses Drizzle ORM.
I want to configure migrations, so I need to configure the database connection.
Here's what it should look like according t…
-
Let's add a post-install script to our manager which performs:
* Run `alembic upgrade head` or `backend.ai mgr schema oneshot` (if first install)
* Run any version-specific migration scripts (named …
-
### Bug description
Every time I make any change to my schema prisma has started resetting my entire database with the following statement (even though none of the referenced changes have been made…
-
**Describe the bug**
I recently upgraded my Mac from Monterey 12.5 to Sonoma 14.5, and Docker Desktop from 4.16.1 (engine 20.10.22, compose v2.15.1) to 4.30 (engine - 26.1.1, compose v2.27.0-deskto…
-
### Bug Report
| Q | A
|------------ | ------
| BC Break | yes
| Version | 2.17.2
#### Summary
QueryBuilder ignores indexBy argument and returns the result set index…
-
### Description:
From time to time rocket chat instances show that error:
`errmsg: 'E11000 duplicate key error index: rocketchat.rocketchat_message_read_receipt.$roomId_1_userId_1_messageId_1 dup …