API Reference excellent_migrations v0.1.8

modules

Modules

This check has a base priority of high and works with any version of Elixir.

This module finds potentially dangerous or destructive database operations in a given migration AST.

This module finds migration files in a project and detects potentially dangerous database operations in them.

mix-tasks

Mix Tasks

Runs analysis on database migration files and detects potentially dangerous operations.

Runs ecto.migrate task only if no dangerous operations were detected in migrations.