Postgres Migrations

Use when authoring or reviewing a PostgreSQL schema migration that runs against a live production database. Applies when the user asks for "add a column", "add an index", "backfill", "ALTER TABLE safely", or "zero-downtime migration". Do not use for application-level ORM migrations on a dev database, for greenfield schemas with no traffic, or for non-PostgreSQL databases (MySQL, SQLite).

Mine-FNL Updated

File contents

Mine-FNL/skillmd-lint/tree/main/examples/postgres-migrations commit e510cce19b

Frequently asked questions

npx skillmds@latest add mine-fnl/postgres-migrations