mirror of
https://github.com/matrix-construct/construct
synced 2024-11-25 16:22:35 +01:00
ircd:Ⓜ️:dbs: Checkpoint these column descriptions in order already used.
This commit is contained in:
parent
7145af512d
commit
795beb2ad2
1 changed files with 8 additions and 8 deletions
|
@ -2696,14 +2696,6 @@ ircd::m::dbs::desc::events
|
|||
// Mapping of event_id to index number.
|
||||
events__event_idx,
|
||||
|
||||
// event_id => uint64_t
|
||||
// Mapping of faulty event_id to possible alternative event_idx.
|
||||
events__event_bad,
|
||||
|
||||
// (room_id, event_id) => (event_idx)
|
||||
// Mapping of all current head events for a room.
|
||||
events__room_head,
|
||||
|
||||
// (room_id, (depth, event_idx)) => (state_root)
|
||||
// Sequence of all events for a room, ever.
|
||||
events__room_events,
|
||||
|
@ -2719,4 +2711,12 @@ ircd::m::dbs::desc::events
|
|||
// (state tree node id) => (state tree node)
|
||||
// Mapping of state tree node id to node data.
|
||||
events__state_node,
|
||||
|
||||
// event_id => uint64_t
|
||||
// Mapping of faulty event_id to possible alternative event_idx.
|
||||
events__event_bad,
|
||||
|
||||
// (room_id, event_id) => (event_idx)
|
||||
// Mapping of all current head events for a room.
|
||||
events__room_head,
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue