Ecto v2.0.0-rc.4
Mix.Tasks.Ecto.Drop
Drop the storage for the repository.
Examples
mix ecto.drop
mix ecto.drop -r Custom.Repo
Command line options
-r
, --repo
- the repo to drop (defaults to YourApp.Repo
)
--no-compile
- do not compile before stopping