backy v0.0.16 mix backy.create_migration
This is an alternative to mix backy.setup
. Instead of creating the backy
table directly, this task generates an Ecto migration you can
use in your project.
Usage (with defaults):
mix backy.create_migration --path=priv/repo/migrations/ --name=backy_setup --repo=MyApp.Repo --table=jobs
Link to this section Summary
Link to this section Functions
Link to this function
run(args)
A task needs to implement run
which receives
a list of command line args.
Callback implementation for Mix.Task.run/1
.