Skip to main content

max / multithreaded

225 B · 4 lines History Blame Raw
1 -- Internal API support: external reference for threads created by MNW.
2 ALTER TABLE threads ADD COLUMN external_ref TEXT;
3 CREATE UNIQUE INDEX idx_threads_external_ref ON threads (external_ref) WHERE external_ref IS NOT NULL;
4