Service.MakeSourcemodule MigrationRepo : Sig.REPOinclude Core.Container.Service.SigRegister a migration, so it can be run by the service.
val get_migrations :
Core.Ctx.t ->
(string * Migration__.Model.Migration.step list) list Lwt.tGet all registered migrations.
val execute :
Core.Ctx.t ->
(string * Migration__.Model.Migration.step list) list ->
unit Lwt.tRun a list of migrations.
Run all registered migrations.