Applying Migrations
Learn how to use the `atlas migrate apply` command to apply versioned schema migrations to your database. This page covers the full workflow for managing, validating, and deploying database schema migrations with Atlas.
Learn how to use the `atlas migrate apply` command to apply versioned schema migrations to your database. This page covers the full workflow for managing, validating, and deploying database schema migrations with Atlas.
In the previous section, we demonstrated how to use the Atlas CLI to manage migrations for a database-per-tenant
Intro
In Atlas, a target group is a collection of target databases whose schema is managed together. In a database-per-tenant
In the previous section, we learned how to define target groups in Atlas to manage migrations for a database-per-tenant