Changes between Initial Version and Version 3 of Ticket #1363


Ignore:
Timestamp:
10/03/11 16:12:37 (3 years ago)
Author:
johnglover
Comment:

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{{{ 
     2table: task_status 
     3 
     4id 
     5entity_id 
     6entity_type 
     7task_type 
     8key 
     9value 
     10date_updated 
     11state 
     12 
     13unique(entity_id, task_type, key) 
     14 
     15example keys: 
     16last_task_id 
     17}}}