lib/history/chunk_status_type.ex

defmodule History.ChunkStatusType do
  use EctoEnum,
    type: :chunk_status_type,
    enums: [:enqueued, :error, :working, :not_found, :complete, :canceled]
end