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

Implement sqlachemy naming conventions #125

Closed
berrydenhartog opened this issue Aug 7, 2024 · 0 comments · Fixed by #138
Closed

Implement sqlachemy naming conventions #125

berrydenhartog opened this issue Aug 7, 2024 · 0 comments · Fixed by #138
Assignees

Comments

@berrydenhartog
Copy link
Member

Intro

For indexes, foreign keys etc names are created automatically by sqlalchemy, these can be standardized by defining a pattern.
Currently, it is hard do make a migration file for alembic if the names are not defined.

Implementation notes

https://alembic.sqlalchemy.org/en/latest/naming.html

Acceptance Criteria

  • Alembic can use standardized names for migrations.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging a pull request may close this issue.

2 participants