Description
Database schema and data changes can be tracked and applied as versioned migrations.
This package is useful for developers and DBAs who need repeatable database change management across environments. It manages database changes, not application source code by itself.
Migration tools can alter or destroy production data if used incorrectly. Review changelogs, backups, and target connections before running updates.