mix mutiny.gen.migration (mutiny v0.1.0) View Source

Link to this section Summary

Functions

Generates an Ecto migration that can be run in order to create the database function that Mutiny calls.

Link to this section Functions

Specs

raise_adapter_error() :: none()

Generates an Ecto migration that can be run in order to create the database function that Mutiny calls.

Arguments

An adapter argument corresponding to your database should be specified. Currently, the following arguments are accepted:

  • postgres

Examples

mix mutiny.gen.migration postgres