ExOauth2Provider v0.5.2 Mix.ExOauth2Provider.Migration View Source

Utilities module for ecto migrations in mix tasks.

Link to this section Summary

Link to this section Functions

Link to this function

create_migration_file(repo, name, content) View Source
create_migration_file(atom(), binary(), binary()) :: any()

Creates a migration file for a repo.

Link to this function

gen(name, namespace, config) View Source
gen(binary(), binary(), map()) :: binary()