-
When I write a new migration but forget to add it to the pgpkg.toml file, pgpkg treats it like a MOB definition, and returns a parsing error.
```
error: unable to complete package installation: u…
-
### Bug description
When using nocache database driver and accessing urls that are longer than the max length of the column it throws a 500 error for that page. This happend to advertisement links, w…
-
Currently, Torii doesn't support model changes in the database.
However, model changes are now backward compatible at the storage level in `dojo-core`, and a game developer may change a model during …
glihm updated
2 months ago
-
### Issue description
Generated migrations for PostgreSQL includes hardcoded schema in some cases, migrations then fail with different schema.
### Expected Behavior
Creating table `test` with…
-
### What version of `drizzle-orm` are you using?
0.31.0
### What version of `drizzle-kit` are you using?
0.22.1
### Describe the Bug
Migrations won't be executed in order on a new db.
I create…
-
I'm trying to deploy the next version to vercel following all the steps.
But when I try to run the migrations from a cloned repo I get this error.
```sh
# npx drizzle-kit migrate
drizzle-kit: v0…
-
Hi. I am interested in using the django-tenant-schemas package in a fairly simple project. I want to have a simple application where I have a few static sub-pages (About, Homepage, etc.), a sub-page t…
-
- [x] Choose and document a sane policy.
- [ ] Clean up `Apsis.__prepare_runs`.
- [x] Serialize the appropriate things to the db.
- [x] Add db migration logic.
- [x] Add actions to `Run` object an…
-
Either implement a schema migration somehow, so that the Log data includes an id, or provide an ad-hoc id (based on position in the array), and rewrite the file with the modified content.
-
I splitted my existing scheme with already applied migrations, I decided to check what would happen if I called the command
`npx prisma migrate dev --create-only --skip-generate --schema prisma`
>…