API Reference excellent_migrations v0.1.9

modules

Modules

basics

Basics

This check is disabled by default.

Learn how to enable it via .credo.exs.

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.