expected v0.1.1 mix expected.mnesia.drop View Source

Drops the Expected Mnesia table.

To drop the Expected Mnesia table, run this mix task:

$ mix expected.mnesia.drop

If you use to start your IEx development sessions with a node name, you must also run expected.mnesia.drop with the same node name to effictively run the command on the good Mnesia database:

$ elixir --sname "my_node@my_host" -S mix expected.mnesia.drop

Link to this section Summary

Functions

A task needs to implement run which receives a list of command line args

Link to this section Functions

A task needs to implement run which receives a list of command line args.

Callback implementation for Mix.Task.run/1.