View Source mix event_store.drop (EventStore v1.4.4)

Drop the database for the EventStore.

The event stores to drop are the ones specified under the :event_stores option in the current app configuration. However, if the -e option is given, it replaces the :event_stores config.

Examples

mix event_store.drop -e MyApp.EventStore

Command line options

  • -e, --eventstore - the event store to drop
  • --quiet - do not log output