mix rivet.migrate (rivet v2.5.2)

View Source

Commit Rivet Migrations. For full syntax try: mix rivet help

Summary

Functions

Notes/Options

Functions

run(args)

Notes/Options:

  1. call at the top level Mix.Tasks.Ecto.Migrate.run(), with a different Migrator as the second argument:

    https://github.com/elixir-ecto/ecto_sql/blob/v3.9.2/lib/mix/tasks/ecto.migrate.ex#L111

  2. clone the run command above and adjust it to suite (taking this option for now)