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

Add Knowledge Base article about how to generate alembic migration scripts #791

Conversation

jkglasbrenner
Copy link
Collaborator

Closes #784

@jkglasbrenner jkglasbrenner added the documentation Additions or changes related to documentation label Mar 20, 2025
@jkglasbrenner jkglasbrenner force-pushed the 784-add-instructions-for-creating-alembic-migration-scripts-to-dev-kb branch from 7ee3833 to 568c61e Compare March 20, 2025 19:27
@JustKuzya
Copy link
Collaborator

The current MD adequately describes the creation and management of the migration stubs - it's nice to have it all in one place. The KB name also describes the content adequately.

The less obvious question, I initially wanted answered in detail, when working on alembic was: how one decides to use declarative vs manipulative code-style of updating data structures and tables' content in the process of writing up-/down-grade scripts and how to make sure one doesn't mix the declarative and manipulative styles and why.

Copy link
Collaborator

@JustKuzya JustKuzya left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As I stated earlier - the current content adequately reflects the declared purpose. What I would have liked to see in an additional KB I described separately

@jkglasbrenner jkglasbrenner force-pushed the 784-add-instructions-for-creating-alembic-migration-scripts-to-dev-kb branch from 568c61e to b000047 Compare March 27, 2025 17:48
@jkglasbrenner jkglasbrenner merged commit bb4db1f into dev Mar 27, 2025
10 of 11 checks passed
@jkglasbrenner jkglasbrenner deleted the 784-add-instructions-for-creating-alembic-migration-scripts-to-dev-kb branch March 27, 2025 18:31
@jkglasbrenner jkglasbrenner linked an issue Mar 27, 2025 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Additions or changes related to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add instructions for creating alembic migration scripts to dev-kb
5 participants