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 toYourApp.Repo
)--no-start
- do not start applications
Drop the storage for the repository.
mix ecto.drop
mix ecto.drop -r Custom.Repo
-r
, --repo
- the repo to drop (defaults to YourApp.Repo
)
--no-start
- do not start applications