Zephyr.Migrations behaviour (zephyr v1.0.0-alpha.1)
API for calling up and down in Ecto migrations
Summary
Callbacks
Link to this callback
down(t)
Migrates storage down to the previous version.
Link to this callback
up(t)
Migrates storage up to the latest version.
Functions
Link to this function
down(opts \\ [])
Link to this function