Migrations
Migrations-discipline modules set the rules for changing a live schema without an outage: backward-compatible rollout steps, never dropping a column in the same migration that stops using it, and lock-aware changes on large tables. For any agent running migrations against real production data.