package sihl

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Use the migration service to implement, register and run migrations.

module Service : sig ... end
type step
type t = string * Sihl_migration__.Model.Migration.step list
val pp : Stdlib.Format.formatter -> t -> unit
val show : t -> string
val equal : t -> t -> bool
val empty : string -> t
val create_step : label:string -> ?check_fk:bool -> string -> step
val add_step : step -> t -> t
module Sig : sig ... end