View Source EctoFoundationDB.Migrator behaviour (Ecto.Adapters.FoundationDB v0.4.0)
Implement this behaviour to define migrations for Ecto.Adapters.FoundationDB
Summary
Callbacks
@callback migrations() :: [{non_neg_integer(), module()}]
Functions
@spec up( Ecto.Repo.t(), EctoFoundationDB.Tenant.t() | EctoFoundationDB.Tenant.id(), EctoFoundationDB.Options.t() ) :: :ok
@spec up_all(Ecto.Repo.t(), EctoFoundationDB.Options.t()) :: :ok