package sihl-contract

  1. Overview
  2. Docs

Module Sihl_contract.MigrationSource

Sourcetype step = {
  1. label : string;
  2. statement : string;
  3. check_fk : bool;
}
Sourcetype t = string * step list
Sourceval name : string
Sourceexception Exception of string
Sourceexception Dirty_migration
Sourcemodule type Sig = sig ... end