-
On a brand new project start I install Django, ibm_db, ibm_db_django. I configure DB like so:
```
DATABASES = {
'default': {
'ENGINE': 'ibm_db_django',
'NAME': 'TEST',
…
-
I'm using atlas with versioned migration.
When having many large sql files (e.g. manually created DML files with thousands of rows), `atlas migrate lint` takes very long.
Even though I use `atla…
-
### Bug description
When adding an enum field on a model and removing an enum value at the same time, Prisma will generate a migration in two steps:
1. `AlterEnum` to replace the enum with a new e…
-
This issue is related to the schema comparator. We use it to run migrations.
If I change the table name it will result into `DROP TABLE` and `CREATE TABLE` sql queries. This will result into a data-l…
ghost updated
2 months ago
-
database initialization:
1. `/schema.sql` or `/schema/` directory (schema .sql files are executed in alphabetic order)
2. `/seeds.sql` or `/seeds/` directory (alphabetic order)
migrations:
- `/migrat…
-
### 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…
-
I have the following scenario:
In a table users, I have an address but due to business requirements, a user should be able to enter multiple addresses. So I would like to do a migration that:
- Crea…
-
> @nnuyit That could possibly be a similar issue to [craftcms/cms#14839 (comment)](https://github.com/craftcms/cms/issues/14839#issuecomment-2107254109)? Try running the following SQL query before upg…
-
@Olshansk
For this file (persistence/schema/account.go) and all the others, I wanted to add a point about migrations & schemas that I feel pretty strongly about before moving forward.
I looked at…
-
DROP and CREATE sql of partial indexes is always output when generating a migration file.
- [x] The issue is present in the latest release.
- [x] I have searched the [issues](https://git…