Context Temp Table Schema (context_temp)


Description

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

context_temp table 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

Table contained -1 rows

context_temp table indexes

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