-
I was testing out different database drivers a few days ago and moved from diesel to sqlx, but forgot to change the migration schema from
```
/migrations
/migration1
up.sql
down.sql
``…
-
## Issue Description
When I try to run migration the orm didn't detect that the same migration has already been generated and executed before.
### Expected Behavior
Expect orm could det…
-
When I have generate migration from old db the migration is created successfully but the probem is it is convert enum value as string see below -
-
I've tried the instructions in the README doc using the [SportsDB](http://www.sportsdb.org/sd/samples) but got this error.
Steps to reproduce the error.
Prepare sample DB.
```
$ unzip sportsdb…
-
## Goal
| User story |
|:---------------------------------------------------------------------------|
| As a security team who is checking out the IT team's new tool,
| I want us to be able to use e…
-
As AutomaticSchemaMigration is available for data migration from old schema to new one there is still no documentation for it.
It's possible to understand what to do with source code comments but …
-
## Packages
Scylla version: `6.1.0-20240804.abbf0b24a60c` with build-id `374d38ae5c8f543c472d3920542bbb543be25d09`
Kernel Version: `6.8.0-1012-aws`
## Issue description
- [x] This issu…
-
**Migrated issue, originally created by jean soula ([jeansoula](https://github.com/jeansoula))**
Hello !
I was struggling to generate revision for one of my company's project and the workaround was …
-
### Summary
Cakephp 4.x version api has changed. Digging into I noticed `$schema = $table->schema();` is `$schema = $table->getSchema();`, and the schema api also changed.
`$pk = $schema->primar…
-
I tried to push to heroku but got the following error:
Applying accounts.0004_group_uuid...Traceback (most recent call last):
File "manage.py", line 10, in
execute_from_command_line(sys.argv)…