-
The [the source installation guide](https://django-ca.readthedocs.io/en/latest/quickstart/from_source.html) states that the databases should be migrated with `django-ca migrate`.
That command fails…
-
Hi!
I was trying to import the library manually with liquibase cli, since there is no docker available in my environment.
However it kept failing since the tables were not created under the altiu…
sl33k updated
1 month ago
-
### What version of `drizzle-orm` are you using?
0.30.6
### What version of `drizzle-kit` are you using?
0.20.14
### Describe the Bug
While using the migrate client I'm getting:
`PostgresError: …
-
we have to add the following part at wrangler.toml file using the command -->> **[npx wrangler d1 create user-prisma-api]**
[[d1_databases]]
binding = "DB"
database_name = "My_DB"
database_id = "…
-
**Describe the bug**
[v1.203.0](https://github.com/supabase/cli/releases/tag/v1.203.0) will not start without either:
disabling health checks
`supabase start --ignore-health-check`
or disablin…
-
### Bug Report
| Q | A
|------------ | ------
| Version | 4.1.0, but introduced earlier
#### Summary
- Doctrine schema tools determine the names of foreign keys
- At some p…
-
### What is the problem this feature would solve?
My DB migration library prints out what's wrong with my SQL, but running `bun run migrate` from my project top-level omits the most important lines…
-
### Bug description
I have a model in `prisma.schema` that looks a little like this:
```prisma
model PayrollCheque {
parentChequeId Int @unique @id
parentCheque Cheque @relation(fields: [pa…
-
I ran into an issue where migrations containing references to tables that are using a schema path (e.g. `my_schema.my_table`) are not able to be rolled back, because Rails cannot find the association,…
-
When older `coder` executables encounter database schemas from newer builds that have newer migrations, they produce a somewhat inscrutable error that doesn't provide the user a meaningful call to act…