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