sihl.data
Data.Migration
Use the migration service to implement, register and run migrations.
sihl
sihl.app
sihl.authn
sihl.authz
sihl.cmd
sihl.configuration
sihl.core
sihl.email
sihl.http
sihl.log
sihl.message
sihl.middleware
sihl.queue
sihl.schedule
sihl.seed
sihl.server
sihl.session
sihl.storage
sihl.token
sihl.user
sihl.utils
sihl.web
module Model : sig ... end
module Service : sig ... end
type step = Model.Migration.step
type t = Model.Migration.t
val pp : 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