EctoFoundationDB.Migrator behaviour (Ecto.Adapters.FoundationDB v0.7.1)

Copy Markdown View Source

Implement this behaviour to define migrations for Ecto.Adapters.FoundationDB

Summary

Callbacks

migrations()

@callback migrations() :: [{non_neg_integer(), module()}]

Functions

up(repo, tenant_id, options)