-
### Bug description
Manually creating the folder "migrations" and a sub folder "whatever" and putting a "migration.sql" in it wont allow prisma migrate to resolve it.
### How to reproduce
1. …
-
I've created 2 tables: organization and person. Each person belongs to one organization.
When migrating, I get
SQLSTATE[HY000]: General error: 3780 Referencing column 'organization_id' and refe…
-
**Problem Description:**
Currently, the goose package does not handle interleaved migration files effectively when developers work concurrently on different migrations. This causes issues when a deve…
-
**Description**:
I am encountering an issue where, after performing a schema migration and deprovisioning the old metadata, the new metadata is not being updated correctly. I have followed the proces…
-
### Bug description
I'm trying to configure prisma to connect to a custom schema. I'm able to specify "?schema=my_custom_schema" in the database url, but any time I try to run migrations, I get an e…
-
### What version of `drizzle-orm` are you using?
0.28.5
### What version of `drizzle-kit` are you using?
0.19.13
### Describe the Bug
When adding a new `pgEnum` to the schema, and running `drizzl…
-
### Terraform CLI Version
1.9.6
### Terraform Provider Version
0.97.0
### Terraform Configuration
```terraform
data "aws_caller_identity" "current" {}
resource "snowflake_task" "thi…
-
**Describe the bug**
On trying out the basic example provided in the repo, i got the below error on migration:
```
Running migrations:
Traceback (most recent call last):
File "/app/manage.py", …
-
I am working in a locked-down database. I have full permission on `public` schema. I have `migrations.schema` set to `public` in `drizzle.config.ts`. I am getting a permission denied error when runnin…
-
### Debug mode
- [X] I have enabled debug mode
- [X] I have read [checked the Common Issues page](https://snipe-it.readme.io/docs/common-issues)
### Describe the bug
We are using Snipe-IT version 6…