Migration Analyzers
Dive into migration analyzers in Atlas. Learn how to validate SQL & schema changes, catch breaking changes, review linear/non-linear migrations, and automate checks for safe deployment.
Dive into migration analyzers in Atlas. Learn how to validate SQL & schema changes, catch breaking changes, review linear/non-linear migrations, and automate checks for safe deployment.
Learn how to define and run pre-migration checks in Atlas to validate schema conditions before applying migrations, ensuring safe database changes.
Run atlas migrate lint to catch destructive changes, breaking changes, and table locks in a migration directory, locally and on every pull request in CI.