-
### Bug Description
When a user lets call them `roster` applies a migration that creates a schema equal to the username, `roster`, _only_ the first migration will be applied correctly.
The secon…
-
Caused by:
0: unable to insert dsi_messages into database
1: RecordNotFound Error: Failed to find inserted item
primary key is a String
```rust
pub struct Model {
#[sea_orm(primary…
lcmgh updated
3 weeks ago
-
## Steps to reproduce
Using neon's default user with super admin permission I create a new database and then create a new users as follows:
```sql
CREATE ROLE "app_user" WITH LOGIN PASSWORD '' REPLI…
-
Applying admin.0002_logentry_remove_auto_add...Traceback (most recent call last):
File "/home/siddharthakhanal/Desktop/rocky-dai/silkhair-track/src/manage.py", line 22, in
main()
File "/ho…
-
### Bug description
Generating a custom migration file with the following migration leads to the prisma migration engine hanging indefinitely (with cockroachDB):
`
-- AlterEnum
ALTER TYPE "Quest…
-
After updating the to Symfony 7.1 Command `bin/console doctrine:schema:validate -v` return an error:
```
[ERROR] The database schema is not in sync with the current mapping file. …
-
we need to add functionality to migrate database schema to newer versions so that we don't all have to delete our databases everytime I change the schema.
-
## start command
```
docker run -d \
--name briefer \
-p 8010:3000 \
-v briefer_jupyter_data:/home/jupyteruser \
-v briefer_briefer_data:/home/briefer \
-e POSTGRES_HOSTNAME=**** \
…
-
Found this when I tried to use `schema=somename;` in the JDBC connection string https://github.com/prisma/prisma/pull/10820
If you try this schema.prisma
```prisma
generator js {
provider = "p…
-
Apologies if this question has already been asked but I can't find the right way to set up the solid_queue db alongside my primary db. Every time I try to start tsolid_queue I keep getting the error b…