EctoJob.Migrations.UpdateJobTable (ecto_job v3.1.0) View Source

Defines an update migration to an especific version of Ecto Job. This migration can be run multiple times with different values to update multiple queues.

Link to this section Summary

Functions

Rollback updates from job queue table with the given ecto job version and name.

Upgrade the job queue table with the given ecto job version and name.

Link to this section Functions

Link to this function

down(int, name, opts \\ [])

View Source

Rollback updates from job queue table with the given ecto job version and name.

Link to this function

up(int, name, opts \\ [])

View Source

Upgrade the job queue table with the given ecto job version and name.