Ticket #1363 (closed enhancement: fixed)

Opened 3 years ago

Last modified 3 years ago

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:1 Changed 3 years ago by kindly

  • Milestone set to ckan-current-sprint

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)

comment:4 Changed 3 years ago by johnglover

  • Description modified (diff)

comment:5 Changed 3 years ago by johnglover

  • Keywords queue added
  • Priority changed from awaiting triage to major
  • Milestone changed from ckan-current-sprint to ckan-sprint-2011-10-10

comment:6 Changed 3 years ago by johnglover

  • Status changed from assigned to closed
  • Resolution set to fixed
Note: See TracTickets for help on using tickets.