Maestro v0.2.0 mix maestro.create.event_store_migration View Source
Using the work already done in Mix.Ecto
, generate a migration that creates
the event_log and snapshot tables with HLC constraints.
Example
mix maestro.create.event_store_migration --repo MyApp.Repo
mix maestro.create.event_store_migration -n diff_name_for_migration