StrongMigrations (strong_migrations v0.1.1) View Source

Documentation for StrongMigrations.

Link to this section Summary

Functions

Starts analyze of the application's migrations.

Link to this section Types

Specs

migration_file() :: String.t()

Specs

migration_path() :: String.t()

Specs

reason() :: String.t()

Specs

validation_result() :: {migration_file(), [atom()]}

Link to this section Functions

Link to this function

analyze(migration_paths \\ [])

View Source

Specs

analyze([migration_path()]) :: :safe | :unsafe

Starts analyze of the application's migrations.

Examples

iex> StrongMigrations.analyze()
:safe
Link to this macro

safety_assured(list)

View Source (macro)