Description
When analyzing migrations we may want to just verify if migrations are safe and not run them. For instance, we may want to configure a job in the CI that just analyzes the migrations and raises an error if migrations are unsafe, causing the job to fail.