View Source Mix.Pow.Ecto.Migration (Pow v1.0.38)

Utilities module for ecto migrations in mix tasks.

Summary

Functions

Creates a migration file for a repo.

Functions

Link to this function

create_migration_file(repo, name, content)

View Source
@spec create_migration_file(atom(), binary(), binary()) :: any()

Creates a migration file for a repo.