Ticket #1363 (closed enhancement: fixed)
Add task_status table to store qa/archiever/webstore information that does not need to be versioned.
Reported by: | kindly | Owned by: | johnglover |
---|---|---|---|
Priority: | major | Milestone: | ckan-sprint-2011-10-10 |
Component: | ckan | Keywords: | queue |
Cc: | Repository: | ckan | |
Theme: | none |
Description (last modified by johnglover) (diff)
table: task_status id entity_id entity_type task_type key value last_updated state unique(entity_id, task_type, key) example keys: last_task_id
Change History
comment:2 Changed 3 years ago by johnglover
- Summary changed from Add resource_status table to store qa/archiever/webstore information that does not need to be versioned. to Add task_status table to store qa/archiever/webstore information that does not need to be versioned.
table: task_status
id entity_id entity_type task_type key value date_updated state
unique(entity_id, task_type, key)
example keys: last_task_id
comment:3 Changed 3 years ago by johnglover
- Owner changed from kindly to johnglover
- Status changed from new to assigned
- Description modified (diff)
Note: See
TracTickets for help on using
tickets.