#Database-Migrations

2 posts tagged with #Database-Migrations

← All tags
ai-agents · · 13 min

The Schema Change an AI Coding Agent Cannot Safely Guess

A generated migration that runs locally is not a production contract. Before an AI coding agent rewrites columns, require expand steps, dual-read boundaries, backfill evidence, worker compatibility, and an explicit rollback decision.

backend-infrastructure · · 12 min

The Rollback Path Is the Real AI Coding Feature

A clean AI-generated diff is not ready for production until a team can disable it, restore its data path, and prove the prior behavior returned. Build rollback evidence into the change before the model writes the patch.