results_propagate


Description

Used by the algorithm that computes results for items that have children and unlocks items if needed.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
participant_id BIGINT 19 null
attempt_id BIGINT 19 0
item_id BIGINT 19 null
state enum('to_be_propagated', 'to_be_recomputed') 16 null

"to_be_propagated" means that ancestors should be recomputed

Table contained 0 rows