mix dust.gen.migration (dustlayer v0.1.1)

Copy Markdown View Source

Generates a migration that creates the dust_cache table.

$ mix dust.gen.migration

The migration will be added to your application's repo migration directory.

Options

  • -r, --repo - the repo to generate the migration for. Defaults to the app's primary repo.

Summary

Functions

Callback implementation for Mix.Task.run/1.

Functions

run(args)

Callback implementation for Mix.Task.run/1.