Alembic Migration

Create, review, and apply database schema changes with Alembic. Use whenever a SQLAlchemy model is added or changed, a column/index/constraint needs to change, or a data backfill is required — anything that alters the PostgreSQL schema.

vstorm-co Updated

File contents

vstorm-co/full-stack-ai-agent-template/tree/main/template/{{cookiecutter.project_slug}}/.claude/skills/alembic-migration commit f260eb59a0

Frequently asked questions

npx skillmds@latest add vstorm-co/alembic-migration-2