ecto_job v0.2.0 EctoJob.Migrations.CreateJobTable View Source
Adds a job queue table with the given name, and attaches an insert trigger.
Link to this section Summary
Functions
Drops the job queue table with the given name, and associated trigger
Defines a migration to create a table to be used as a job queue. This migration can be run multiple times with different values to create multiple queues
Link to this section Functions
Drops the job queue table with the given name, and associated trigger
Defines a migration to create a table to be used as a job queue. This migration can be run multiple times with different values to create multiple queues.