Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alembic: Enum changes are not detected by autogenerate #403

Closed
armanddidierjean opened this issue Apr 19, 2024 · 0 comments · Fixed by #450
Closed

Alembic: Enum changes are not detected by autogenerate #403

armanddidierjean opened this issue Apr 19, 2024 · 0 comments · Fixed by #450

Comments

@armanddidierjean
Copy link
Member

Subject of the issue

https://github.com/Pogchamp-company/alembic-postgresql-enum?tab=readme-ov-file

Malem38 pushed a commit that referenced this issue Jun 26, 2024
### Description

Fix #403 

Add Postgresql databse support for tests. Use a TestAppClient per test
file, to prevent tests from a module to impact other modules

Configure a Postgresql database for the test workflow.
Run tests with Postgresql. Run migration tests with SQLite and
Postgresql.

### Checklist

- [x] Created tests which fail without the change (if possible)
- [x] All tests passing
- [x] Extended the documentation, if necessary

---------

Co-authored-by: julien4215 <120588494+julien4215@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant