expected v0.1.1 mix expected.mnesia.clear View Source
Clears all logins from the Mnesia table.
To clear all logins from the Expected Mnesia table, run this mix task:
$ mix expected.mnesia.clear
If you use to start your IEx development sessions with a node name, you must
also run expected.mnesia.clear
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.clear
Link to this section Summary
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
.