Pow v1.0.1 mix pow.extension.ecto.gen.migrations View Source

Generates a migration files for extensions.

Usage

Install migration files for extensions explicitly:

mix pow.extension.ecto.gen.migrations -r MyApp.Repo --extension PowEmailConfirmation

mix pow.extension.ecto.gen.migrations -r MyApp.Repo Accounts.Organization organizations --extension PowEmailConfirmation

Use the context app configuration environment for extensions:

mix pow.extension.ecto.gen.migrations -r MyApp.Repo

mix pow.extension.ecto.gen.migrations -r MyApp.Repo Accounts.Organization organizations