-
I haven't figured out how to solve this yet but thought I'd go ahead and report it. For new projects using this app, Django is confused about the DB migrations and ends up throwing InconsistentMigrati…
-
I read a tutorial on how to use, installing:
npm install --save github:scimonster/sequelize-auto-migrations#a063aa6535a3f580623581bf866cef2d609531ba
Edit package.json
"scripts": {
...
"db…
-
**Describe the bug**
A migration doesn't provide the `name` property of Enum if `sqlalchemy.Enum` is augmented with `sqlalchemy.types.Decorator`. Even if the `name` property is explicitly given.
*…
-
Hey guys,
We are trying to deploy report portal 24.2.0 but we are facing one issue regarding the api. We want to deploy it in an air gap environment.
![image](https://github.com/user-attachments…
-
### Version Information
Server Version: 2.33.1
CLI Version (for CLI related issue):
### Environment
Macos 13.5.1 (22G90)
### What is the current behaviour?
When I do a migration (modif…
-
When I run a `python manage.py` commands, even if the commands seem to be running successfully, I sometimes get an error: `TypeError: 'NoneType' object is not callable`.
Example: when I ran `python…
-
Clutters up the auto-changed files with migrations namespace use statements changing:
`````` 5
-use Doctrine\DBAL\Migrations\AbstractMigration,
6
- Doctrine\DBAL\Schema\Schema;
5
+use Do…
-
**Issue type:** [x] feature request
**Database system/driver:** n/a
**TypeORM version:** [x] `latest`
Right now using migrations:generate appears to generate SQL query migrations like:
```ts
aw…
-
## Installation on postgres fails when MD5 function disabled
### Description
New deployments of the latest FusionAuth (1.53.2) are failing on Azure Database for PostgreSQL Flexible Server version …
-
Greetings!
I'm having a go at using `django-organizations`, and I've been getting a circular reference error when attempting to perform migrations, which I believe I can trace back to `django-organ…