Changes between Initial Version and Version 3 of Ticket #1363
- Timestamp:
- 10/03/11 16:12:37 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1363
- Property Owner changed from kindly to johnglover
- Property Status changed from new to assigned
- Property 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.
- Property Milestone changed from to ckan-current-sprint
-
Ticket #1363 – Description
initial v3 1 {{{ 2 table: task_status 3 4 id 5 entity_id 6 entity_type 7 task_type 8 key 9 value 10 date_updated 11 state 12 13 unique(entity_id, task_type, key) 14 15 example keys: 16 last_task_id 17 }}}