X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=xml%2Fschema%2FQueue%2FQueueItem.xml;h=fa2ed63e8b0b4e05f75224c170e24d56079b94b8;hb=9f876c5874493d98688c63b944bc92fd56752b3c;hp=6500d9377d7a3db8cb0eaa63bb752ffa31692946;hpb=912a3736c0c169f3d27d9de8495a28983ba9bf4c;p=civicrm-core.git diff --git a/xml/schema/Queue/QueueItem.xml b/xml/schema/Queue/QueueItem.xml index 6500d9377d..fa2ed63e8b 100644 --- a/xml/schema/Queue/QueueItem.xml +++ b/xml/schema/Queue/QueueItem.xml @@ -11,49 +11,60 @@ Stores a list of queue items 4.2 - id - int unsigned - true + id + int unsigned + true - id - true + id + true - queue_name - varchar - 64 - Name of the queue which includes this item - true + queue_name + varchar + 64 + Name of the queue which includes this item + true + + Text + - weight - int - true + weight + int + true + + Text + - submit_time - datetime - date on which this item was submitted to the queue - true + submit_time + datetime + date on which this item was submitted to the queue + true + + Select Date + - release_time - datetime - date on which this job becomes available; null if ASAP + release_time + datetime + date on which this job becomes available; null if ASAP + + Select Date + + - data - Queue item datas - text - 8 - 60 - Serialized queue + data + Queue item datas + text + Serialized queue - index_queueids - queue_name - weight - id + index_queueids + queue_name + weight + id