Privacy choices

This site may send the owner a minimal page-visit notice with page, browser, device type, and resolution. If you accept analytics, it can also remember an anonymous visit/session ID and collect richer engagement signals.

Read the privacy notice
Skill

SQL Schema Migrations

Used in: alex-cms (migrations 0001–0014+)

Versioned, forward-only schema migrations applied across local and production.

A tracked _migrations system with numbered SQL files, applied identically on local (via SSH tunnel) and the production VPS.

Evolving the CMS database safely — 14+ numbered migrations from first schema to visitor analytics.

Evolving the CMS database safely — 14+ numbered migrations from first schema to visitor analytics.

Explore with Alex OS

Alex manages database schema changes through a numbered, forward-only migration system that runs identically on local and production.

SQL Schema Migrations

A tracked _migrations system using numbered SQL files, applied consistently across local (via SSH tunnel) and the production VPS. Currently active, with 14+ migrations covering everything from the initial schema to visitor analytics.

Strongest signal

14+ numbered migrations (0001–0014+) in alex-cms, evolving the CMS database safely over time — not a toy setup, but a working discipline applied to a live system.

What this tells you

Alex treats schema changes as versioned artifacts rather than ad-hoc edits. The same migration files run locally and in production, which reduces environment drift and makes changes auditable.