View Source mix event_store.migrate (EventStore v1.4.6)
Migrate an existing EventStore database.
The event stores to migrate 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.migrate -e MyApp.EventStore
Command line options
-e
,--eventstore
- the event store to create--quiet
- do not log output