SQL Schema Migrations
Used in: alex-cms (migrations 0001–0014+)
Short description
Versioned, forward-only schema migrations applied across local and production.
Detailed description
A tracked _migrations system with numbered SQL files, applied identically on local (via SSH tunnel) and the production VPS.
What I use it for
Evolving the CMS database safely — 14+ numbered migrations from first schema to visitor analytics.
Experience context
Evolving the CMS database safely — 14+ numbered migrations from first schema to visitor analytics.