-
## Bug report
### Required System information
- Node.js version: v14.18.3
- NPM version: v6.14.15
- Strapi version: v4.1.9
- Database: SQLite
- Operating system: Linux Mint 20.3
### Descr…
-
## Problem
Not all migrations can be declarative. For example, we need to add a custom index for performance reasons. We also need this as an escape hatch for anything prisma schema doesn't support…
-
when i run command php artisan migrate
error = SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo for db failed: Temporary failure in name resolution (SQL: select * from information_schem…
-
I have a raw sql migration that creates a unique constraint across a few columns. I want to use this constraint to enforce an upsert workflow. However, in the schema from that migration (public_MIGRAT…
-
Hi,
We are currently trying to have a custom migration that runs everytime `reagardless` the current migration step. This migration will hold the last version of some `stored procedure`. These `sto…
-
## Problem
I want to generate the migration sql when I change the Prisma schema without it also updating the client (or pushing the changes to the dev server)
## Suggested solution
A Prisma…
-
### Apache Airflow version
Other Airflow 2 version (please specify below)
### If "Other Airflow 2 version" selected, which one?
2.9.2
### What happened?
When upgrading the database from…
-
### Describe what you want
There are great examples and docs for the workflow for cases where there are *external* databases but I couldn't find anything for web sqlite or pglite, particularly regard…
-
1.Connected to the Legacy Microsoft SQL server DB(hosted in Azure Cloud) in settings.py, connecting successful
2. cmd: python manage.py inspect db, only captures models present in dbo schema, not c…
-
I'm trying to run the migrations with `migrate -path $filepath -database postgres://postgres:password@db:5432/dev?sslmode=disable up` where `$filepath` is a path to my sql files. The contents are `152…