Alembic Migration

Change the PostgreSQL schema with Alembic — add or alter a table, column, index or constraint, backfill data, or tighten a rule on a column that already holds rows. Use whenever a SQLAlchemy model changes, and whenever a validation rule narrows on a field stored as JSON. A model change without a migration passes the unit suite (sessions are mocked) and breaks on real Postgres.

vstorm-co b501b56 6.9 KB Updated

File contents

vstorm-co/agenticos/tree/main/.claude/skills/alembic-migration commit b501b56888

Frequently asked questions

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