-
When installing v1.3.0 I get issues.
Did a makemigrations and got following
```
# Generated by Django 4.2.11 on 2024-10-18 13:22
from django.db import migrations, models
class Migration(m…
-
When running makemigrations Django is finding some new ones
django-user-accounts==3.3.2
```
manage.py makemigrations
Migrations for 'account':
venv/lib/python3.12/site-packages/account/mig…
-
I know this has been discussed before, but it would be really helpful if sequelize could auto-create migration scripts based on differences in sequelizer and the database.
I currently have a [fork I…
-
## Summary
> _Specify the total amount of BSQ you are requesting, along with the USD total and BSQ/USD rate (don't include the brackets!):_
- **BSQ requested**: **`8571.43`**
- USD reque…
-
* When running the auto-detect flow, a `'elastic.agent.yml='` (with the quotes) file is written in the elastic agent directory. While it doesn't break anything, it can be confusing for users.
* httpjs…
-
The migration file [migrations/0002_auto_20170912_0537.py](https://github.com/scoursen/django-softdelete/blob/master/softdelete/migrations/0002_auto_20170912_0537.py) uses the (in Django 5.1) deprecat…
-
I was try this boilerplate. But when acess `/docs` page not found and there is no table in database **test**
how to use this boilerplate?
-
## Requirements
- Use C++ high-level syntax to describe the DB migration (ideally **declarative** syntax)
- support incremental migrations
- support execution of specific migration steps
- (enab…
-
This would take the place of manually filling in migrations. It would also make it unnecessary to have a single `change` method that handles migrate and rollback like Rails and other have.
## The p…
-
I'd like to be able to use: `piccolo migrations check` in a GitHub Action. Would it be possible to have an equivalent to the Django command: `python manage.py makemigrations --dry-run --check` that re…