groups_propagate


Description

Used by the algorithm that updates the groups_ancestors table, and keeps track of what groups still need to have their relationship with their descendants / ancestors propagated.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
groups.id fk_groups_propagate_id_groups_id C
ancestors_computation_state enum('todo', 'done') 4 null

Table contained 0 rows

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
ancestors_computation_state Performance Asc ancestors_computation_state

Relationships