liquibase-migrations
Installation
SKILL.md
liquibase-migrations
Overview
Per github.com/liquibase/liquibase:
"Liquibase helps millions of developers track, version, and deploy database schema changes."
Liquibase's distinguishing feature vs Flyway: changesets are format-portable (XML / YAML / JSON / SQL) and rollback-aware - each changeset declares its own rollback action, enabling deterministic per-changeset rollback rather than versioned-only migration replay.
State tracked in two tables (per Liquibase docs):