thread_indexes
create table thread_indexes ( -- Grant: select, insert message integer not null references messages(id) on delete cascade, thread_index text );
The thread_indexes table was introduced in version 3.0.0.
In case of questions, please write to info@aox.org.
Last modified: 2010-11-19
Location: aox.org/db/thread_indexes