Service.MakeSourcemodule Log : Log.Service.Sig.SERVICEmodule CmdService : Cmd.Service.Sig.SERVICEmodule Db : sig ... endmodule MigrationRepo : Sig.REPORegister a migration, so it can be run by the service.
val get_migrations :
Core.Ctx.t ->
(Base.string * Data__.Data_migration_core.Migration.step Base.list) list
Lwt.tGet all registered migrations.
val execute :
Core.Ctx.t ->
(Base.string * Data__.Data_migration_core.Migration.step Base.list) list ->
unit Lwt.tRun a list of migrations.
Run all registered migrations.