Ecto v1.1.0 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