Ecto v2.0.2 Mix.Tasks.Ecto.Drop
Drop the storage for the given repository.
The repository must be set under :ecto_repos
in the
current app configuration or given via the -r
option.
Examples
mix ecto.drop
mix ecto.drop -r Custom.Repo
Command line options
-r
,--repo
- the repo to drop--no-compile
- do not compile before stopping