context_temp

0 rows


Description

Used by build_context_path() in upgrade and cron to keep context depths and paths in sync.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null

This id isn't autonumeric/sequence. It's the context->id

path VARCHAR 255
depth TINYINT 3 null
locked TINYINT 3 0

Whether this context and its children are locked

Indexes

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