StrongMigrations (strong_migrations v0.1.0) 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
Specs
analyze([migration_path()]) :: :safe | :unsafe
Starts analyze of the application's migrations.
Examples
iex> StrongMigrations.analyze()
:safe