mix pollard.gen.migration (pollard v0.1.0)

Copy Markdown View Source

Generates a migration that creates the Pollard tracking table.

$ mix pollard.gen.migration

This creates a standard Ecto migration in your repo's migrations directory that will create the transforms tracking table.

Options

  • --repo - The repo module. Defaults to the app's main repo.
  • --migration-source - Name of the tracking table. Defaults to "transforms".